Skip to content

Commit 6167c88

Browse files
committed
add name and fix flag
1 parent 1597121 commit 6167c88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: deploy
2+
13
on:
24
workflow_dispatch: # Allow manual trigger
35
push:
@@ -15,5 +17,5 @@ jobs:
1517
with:
1618
auth_token: ${{ secrets.REFLEX_AUTH_TOKEN }}
1719
project_id: ${{ secrets.PROJECT_ID }}
18-
extra_args: "--vm-type=${{ vars.VM_TYPE }}"
20+
extra_args: "--vmtype=${{ vars.VM_TYPE }}"
1921
dry_run: ${{ vars.DRY_RUN }}

0 commit comments

Comments
 (0)