.
Some checks failed
deploy host / Deploy (push) Successful in 2m2s
Portainer stack nginx / deploy (push) Successful in 1m33s
Portainer stack zigbee2mqtt / deploy (push) Has been cancelled
Portainer stack wyoming / deploy (push) Has been cancelled

This commit is contained in:
2024-09-03 21:59:55 +01:00
parent e51e83bbb1
commit e58e96ba11
4 changed files with 15 additions and 17 deletions

View File

@@ -11,22 +11,20 @@ jobs:
image: git.limbosolutions.com/kb/ubuntu:act-latest
steps:
- name: Log in to git.limbosolutions.com docker registry
uses: docker/login-action@v3
with:
registry: git.limbosolutions.com
username: xxxx
password: xxx
# - name: Checkout code
# uses: actions/checkout@v2
#
# - name: Set up SSH
# run: |
# echo "${{secrets.SSH_PRIVATE_KEY}}" > private_key.pem
# chmod 600 private_key.pem
#
# - name: Ansible Playbook
# env:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up SSH
run: |
echo "${{secrets.SSH_PRIVATE_KEY}}" > private_key.pem
chmod 600 private_key.pem
- name: Run Ansible Playbook
run: |
docker run --rm -d \
git.limbosolutions.com/kb/ansible
# ANSIBLE_HOST_KEY_CHECKING: False
# ANSIBLE_BECOME_PASS: ${{secrets.ANSIBLE_BECOME_PASS}}
# run: |

View File

@@ -6,7 +6,7 @@ on:
- ".gitea/workflows/**nginx**.yml"
jobs:
deploy:
runs-on: "homesrv01"
runs-on: "homesrv-deploy"
steps:
- name: Portainer stack nginx webhook
run: |