Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 31, 2024
1 parent d59749d commit a2d9b2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
# On push to "main", build or change infrastructure according to Terraform configuration files
# Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks
- name: Terraform Apply
run: terraform apply -auto-approve -input=false -var-file=my_variables.tfvars
run: terraform apply -auto-approve -input=false -var-file=my_variables.

- name: Delay for 7s
run: sleep 7s

- name: Run Ansible Playbook
run: ansible-playbook -i aws_ec2.yml playbook.yml

0 comments on commit a2d9b2d

Please sign in to comment.