Compare commits
No commits in common. "3f4c432250a50ff6f42e8f63e0cf94f760e81c6c" and "bafaf456064f7c884c8df2cffa32aaddfa6106c3" have entirely different histories.
3f4c432250
...
bafaf45606
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: node:22
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -124,7 +126,7 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Run Ansible Playbook
|
- name: Run Ansible Playbook
|
||||||
uses: docker://mafyuh/ansible-bws:v1.0.4
|
uses: docker://mafyuh/ansible-bws:v1.0.3
|
||||||
with:
|
with:
|
||||||
args: ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/deploy-docker.yml --extra-vars "target_host=${{ env.target_host }} folder=${{ env.folder }}"
|
args: ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/deploy-docker.yml --extra-vars "target_host=${{ env.target_host }} folder=${{ env.folder }}"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue