mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-06-07 15:41:40 -04:00
fix deploy wf
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -31,4 +31,4 @@ jobs:
|
||||
REPO_OWNER: '${{ github.repository_owner }}'
|
||||
|
||||
- name: 🛩 Deploy to fly.io
|
||||
run: flyctl deploy --remote-only --auto-confirm --region ${{ secrets.FLY_REGION }} --app ${{ env.APP_NAME }}
|
||||
run: flyctl deploy --remote-only --auto-confirm --regions ${{ secrets.FLY_REGION }} --app ${{ env.APP_NAME }}
|
||||
|
||||
Reference in New Issue
Block a user