fix create action

This commit is contained in:
Smith
2023-02-25 16:21:05 +01:00
parent 29e232d9a4
commit 3f8f4caea3

View File

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