We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1597121 commit 6167c88Copy full SHA for 6167c88
.github/workflows/deploy.yml
@@ -1,3 +1,5 @@
1
+name: deploy
2
+
3
on:
4
workflow_dispatch: # Allow manual trigger
5
push:
@@ -15,5 +17,5 @@ jobs:
15
17
with:
16
18
auth_token: ${{ secrets.REFLEX_AUTH_TOKEN }}
19
project_id: ${{ secrets.PROJECT_ID }}
- extra_args: "--vm-type=${{ vars.VM_TYPE }}"
20
+ extra_args: "--vmtype=${{ vars.VM_TYPE }}"
21
dry_run: ${{ vars.DRY_RUN }}
0 commit comments