Skip to content

Commit

Permalink
Fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
floodcode committed Jul 9, 2024
1 parent 183f64b commit 2a0cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ runs:
run: |
curl -L https://releases.hashicorp.com/nomad/1.6.3/nomad_1.6.3_linux_amd64.zip -o nomad.zip
unzip nomad.zip
./nomad job plan --force operations/deploy-${{ inputs.environment }}.hcl
./nomad job plan -force operations/deploy-${{ inputs.environment }}.hcl
./nomad job run operations/deploy-${{ inputs.environment }}.hcl

0 comments on commit 2a0cfcf

Please sign in to comment.