Skip to content

Commit 29f51c9

Browse files
committed
fix: fix deploy for real
1 parent 1b064fe commit 29f51c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "LAST_UPDATED=$FORMATTED" >> $GITHUB_ENV
1919
2020
- name: Deploy Website
21-
- run: flyctl deploy --remote-only --build-arg LAST_UPDATED="$LAST_UPDATED"
21+
run: flyctl deploy --remote-only --build-arg LAST_UPDATED="$LAST_UPDATED"
2222

2323
env:
2424
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)