Skip to content

Commit

Permalink
Force redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
floodcode committed Jul 9, 2024
1 parent d6bc33e commit 183f64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +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 run operations/deploy-${{ inputs.environment }}.hcl

0 comments on commit 183f64b

Please sign in to comment.