Skip to content

Commit

Permalink
Deploy with GitHub Actions (#21)
Browse files Browse the repository at this point in the history
* chore(ci): Lint and test in GitHub Actions

* chore(ci): Error w.r.t. directory

* chore(ci): Interjob dependency

* chore(ci): Fix YAML lint errors

* chore(ci): Fix path to code base for Molecule

* chore(ci): Install playbook dependencies

* chore(ci): Add PHP role to requirements file

* chore(ci): Workaround for idempotence failure

* chore: Change name in license

* chore: Deploy via GitHub Actions

* chore(cd): Fix YAML lint error

Line too long.

* chore(cd): Fix playbook name
  • Loading branch information
geoffreyvanwyk authored Nov 9, 2023
1 parent 12a9da0 commit f48e61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Run plays.
run: |
ansible-playbook main.yml
ansible-playbook main.playbook.yml
--inventory ${{ secrets.ANSIBLE_INVENTORY }},
--user ${{ secrets.ANSIBLE_USER }}
env:
Expand Down

0 comments on commit f48e61f

Please sign in to comment.