mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-03-31 06:24:19 -04:00
upd. fly.io deployment command
This commit is contained in:
2
.github/workflows/configure.yml
vendored
2
.github/workflows/configure.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: ⚙ Configure cloud app
|
||||
name: 2. ⚙ Configure cloud app
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
2
.github/workflows/create.yml
vendored
2
.github/workflows/create.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: 🏗 Create cloud app
|
||||
name: 1. 🏗 Create cloud app
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user