Skip to content

Commit b30cb3a

Browse files
committed
Fix production deploy action
1 parent f71d679 commit b30cb3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous_delivery.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
with:
8888
args: "deploy --strategy rolling"
8989
env:
90+
DOCKER_BUILDKIT: 1
9091
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
9192

9293
- name: Notify finish

0 commit comments

Comments
 (0)