Skip to content

Commit

Permalink
add name and fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Dec 6, 2024
1 parent 1597121 commit 6167c88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: deploy

on:
workflow_dispatch: # Allow manual trigger
push:
Expand All @@ -15,5 +17,5 @@ jobs:
with:
auth_token: ${{ secrets.REFLEX_AUTH_TOKEN }}
project_id: ${{ secrets.PROJECT_ID }}
extra_args: "--vm-type=${{ vars.VM_TYPE }}"
extra_args: "--vmtype=${{ vars.VM_TYPE }}"
dry_run: ${{ vars.DRY_RUN }}

0 comments on commit 6167c88

Please sign in to comment.