Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit a913aea

Browse files
committed
CI(api): deploy api build with turbo secrets
1 parent 9059ccb commit a913aea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deployment.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
uses: superfly/flyctl-actions/setup-flyctl@master
2828

2929
- name: 🚀 Deploy
30-
run: flyctl deploy . --config api/fly.toml --remote-only --wait-timeout 120
30+
run: >
31+
flyctl deploy . --config api/fly.toml
32+
--remote-only
33+
--wait-timeout 180
34+
--build-arg TURBO_TOKEN=$TURBO_TOKEN
35+
--build-arg TURBO_TEAM=$TURBO_TEAM
3136
env:
3237
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
3338

0 commit comments

Comments
 (0)