Skip to content

Commit

Permalink
plan, not validate
Browse files Browse the repository at this point in the history
  • Loading branch information
taiidani committed Dec 25, 2023
1 parent c4a295f commit 1be4b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
working-directory: .github
env:
NOMAD_TOKEN: ${{ steps.vault.outputs.NOMAD_TOKEN }}
run: nomad job plan -var 'artifact_url=${{ inputs.artifact_url }}' guess-my-word.nomad
run: nomad job validate -var 'artifact_url=${{ inputs.artifact_url }}' guess-my-word.nomad

- name: apply
working-directory: .github
Expand Down

0 comments on commit 1be4b02

Please sign in to comment.