Skip to content

Commit

Permalink
fix(github): test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Oct 15, 2019
1 parent 9db8734 commit 8b484fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
curl -fSL "https://releases.hashicorp.com/terraform/0.12.2/terraform_0.12.2_linux_amd64.zip" -o terraform.zip && \
echo "d9a96b646420d7f0a80aa5d51bb7b2a125acead537ab13c635f76668de9b8e32 *terraform.zip" | sha256sum -c - && \
sudo unzip -d /usr/local/bin/ terraform.zip
sudo unzip -o -d /usr/local/bin/ terraform.zip
- name: Deploy in AWS
run: npm run deploy
env:
Expand Down

0 comments on commit 8b484fe

Please sign in to comment.