upd. fly.io deployment command

This commit is contained in:
a-sync
2025-03-30 18:56:58 +02:00
parent 276faa490d
commit 40954277cd
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: ⚙ Configure cloud app
name: 2. ⚙ Configure cloud app
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: 🏗 Create cloud app
name: 1. 🏗 Create cloud app
on:
workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: ☁️ Deploy to the cloud
name: 3. ☁️ Deploy to the cloud
on:
workflow_dispatch:
@@ -33,4 +33,4 @@ jobs:
REPO_OWNER: '${{ github.repository_owner }}'
- name: 🛩 Deploy to fly.io
run: flyctl deploy --remote-only --auto-confirm --regions ${{ secrets.FLY_REGION }} --app ${{ env.APP_NAME }}
run: flyctl deploy --remote-only --yes --ha=false --primary-region=${{ secrets.FLY_REGION }} --regions=${{ secrets.FLY_REGION }} --app=${{ env.APP_NAME }}