clean up
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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}}"
|
||||
@@ -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
|
||||
@@ -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}}"
|
||||
Reference in New Issue
Block a user