Skip to content

Commit

Permalink
added actions for docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 31, 2024
1 parent 54dbb3a commit 132719d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Remove Apache
uses: ansible -i aws_ec2.yml -all -m apt -a "name=apache2 status=absent"

- name: Terraform init
run: terraform init

Expand Down

0 comments on commit 132719d

Please sign in to comment.