fix deploy wf

This commit is contained in:
Smith
2024-05-17 10:03:55 +02:00
parent 86f6740b70
commit 41f74fac68

View File

@@ -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 }}