Skip to content

Commit

Permalink
Checkout code before deploying it
Browse files Browse the repository at this point in the history
  • Loading branch information
terrameijar committed Mar 13, 2024
1 parent aace333 commit 70e2dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Deployment Ansible Playbook
run: cat ./ansible/deploy.yaml
run: ansible-playbook ansible/deploy.yaml

0 comments on commit 70e2dbc

Please sign in to comment.