mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-29 00:42:39 -04:00
fix create action
This commit is contained in:
2
.github/workflows/create.yml
vendored
2
.github/workflows/create.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
||||
run: flyctl apps create ${{ github.repository_owner }}-gsw
|
||||
|
||||
- name: 💽 Create fly.io volume
|
||||
run: flyctl volumes create gsw_data --region ${{ secrets.FLY_REGION }} --size 1
|
||||
run: flyctl volumes create gsw_data --size 1 --region ${{ secrets.FLY_REGION }} --app ${{ github.repository_owner }}-gsw
|
||||
|
||||
Reference in New Issue
Block a user