Skip to content

Commit a8d5540

Browse files
committed
don't use flyio's depot, it's fucking dumb and causes build issues
1 parent bc543ef commit a8d5540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
access_token: ${{ github.token }}
2121
- uses: actions/checkout@v3
2222
- uses: superfly/flyctl-actions/setup-flyctl@master
23-
- run: flyctl deploy --remote-only --config frontend.fly.toml
23+
- run: flyctl deploy --remote-only --depot=false --config frontend.fly.toml

0 commit comments

Comments
 (0)