This commit is contained in:
2024-12-29 21:49:33 +00:00
parent d46a44783e
commit 63afc5a60d
21 changed files with 0 additions and 458 deletions

View File

@@ -1,42 +0,0 @@
# name: deploy host
# on:
# push:
# paths:
# - "ansible/**"
# - ".gitea/workflows/**host**.yml"
# jobs:
# Deploy:
# runs-on: "vlan-casa_continous-deploy"
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: setup ssh
# run: |
# echo "${{ secrets.HOST_ANSIBLE_PRIVATE_KEY }}" > ${GITHUB_WORKSPACE}/ssh-key &&
# chmod 600 ${GITHUB_WORKSPACE}/ssh-key
# - name: setup Ansible Inventory file
# run: |
# cat >> ansible/inventory.yml << 'END'
# all:
# hosts:
# homesrv01:
# ansible_host: ${{secrets.HOST_ANSIBLE_HOST}}
# ansible_user: ${{secrets.HOST_ANSIBLE_REMOTE_USER }}
# ansible_become_pass: "${{secrets.HOST_ANSIBLE_BECOME_PASS}}"
# END
# - name: Run Ansible Playbook
# run: |
# cd ${GITHUB_WORKSPACE}
# export ANSIBLE_HOST_KEY_CHECKING=False; ansible-playbook ansible/site.yml --private-key ${GITHUB_WORKSPACE}/ssh-key

View File

@@ -1,13 +0,0 @@
# name: Portainer stack nginx
# on:
# push:
# paths:
# - "services/nginx/**"
# - ".gitea/workflows/**nginx**.yml"
# jobs:
# deploy:
# runs-on: "vlan-casa_continous-deploy"
# steps:
# - name: Portainer stack nginx webhook
# run: |
# curl -X POST "${{secrets.PORTAINER_NGINX_WEBHOOK_URL}}"

View File

@@ -1,13 +0,0 @@
# name: Portainer stack wyoming
# on:
# push:
# paths:
# - "services/wyoming/**"
# - ".gitea/workflows/**wyoming**.yml"
# jobs:
# deploy:
# runs-on: "vlan-casa_continous-deploy"
# steps:
# - name: Portainer stack wyoming webhook
# run: |
# curl -X POST "${{secrets.PORTAINER_WYOMING_WEBHOOK_URL}}" --insecure

View File

@@ -1,15 +0,0 @@
# refactoring required stopped using portainer!
# for now using vscode with docker context connected to server and docker compose up
# name: Portainer stack zigbee2mqtt
# on:
# push:
# paths:
# - "services/zigbee2mqtt/**"
# - ".gitea/workflows/**zigbee2mqtt**.yml"
# jobs:
# deploy:
# runs-on: "vlan-casa_continous-deploy"
# steps:
# - name: Portainer stack zigbee2mqtt webhook
# run: |
# curl -X POST "${{secrets.PORTAINER_ZIGBEE2MQTT_WEBHOOK_URL}}"