From 63eaee2f7d589f6ed37d61510ba1554f7a2c8544 Mon Sep 17 00:00:00 2001 From: Gaxinto Theodorio Date: Tue, 6 May 2025 22:18:29 -0400 Subject: [PATCH] workflows --- .gitea/workflows/authentik.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/autorestic.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/beaverhabits.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/beszel.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/caddy.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/cup.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/dockge.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/dozzle.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/gitea.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/gomft.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/hoarder.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/immich.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/memos.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/minio.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/n8n.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/netbird.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/newt.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/nextcloud.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/olivetin.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/open-web-ui.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/operational.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/portainer.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/tubearchivist.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/vaultwarden.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/watchtower.yaml | 25 +++++++++++++++++++++++++ .gitea/workflows/yams.yaml | 25 +++++++++++++++++++++++++ 26 files changed, 650 insertions(+) create mode 100644 .gitea/workflows/authentik.yaml create mode 100644 .gitea/workflows/autorestic.yaml create mode 100644 .gitea/workflows/beaverhabits.yaml create mode 100644 .gitea/workflows/beszel.yaml create mode 100644 .gitea/workflows/caddy.yaml create mode 100644 .gitea/workflows/cup.yaml create mode 100644 .gitea/workflows/dockge.yaml create mode 100644 .gitea/workflows/dozzle.yaml create mode 100644 .gitea/workflows/gitea.yaml create mode 100644 .gitea/workflows/gomft.yaml create mode 100644 .gitea/workflows/hoarder.yaml create mode 100644 .gitea/workflows/immich.yaml create mode 100644 .gitea/workflows/memos.yaml create mode 100644 .gitea/workflows/minio.yaml create mode 100644 .gitea/workflows/n8n.yaml create mode 100644 .gitea/workflows/netbird.yaml create mode 100644 .gitea/workflows/newt.yaml create mode 100644 .gitea/workflows/nextcloud.yaml create mode 100644 .gitea/workflows/olivetin.yaml create mode 100644 .gitea/workflows/open-web-ui.yaml create mode 100644 .gitea/workflows/operational.yaml create mode 100644 .gitea/workflows/portainer.yaml create mode 100644 .gitea/workflows/tubearchivist.yaml create mode 100644 .gitea/workflows/vaultwarden.yaml create mode 100644 .gitea/workflows/watchtower.yaml create mode 100644 .gitea/workflows/yams.yaml diff --git a/.gitea/workflows/authentik.yaml b/.gitea/workflows/authentik.yaml new file mode 100644 index 0000000..8564e95 --- /dev/null +++ b/.gitea/workflows/authentik.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - authentik/** + +env: + app_folder: authentik + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/autorestic.yaml b/.gitea/workflows/autorestic.yaml new file mode 100644 index 0000000..4bd171e --- /dev/null +++ b/.gitea/workflows/autorestic.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - autorestic/** + +env: + app_folder: autorestic + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/beaverhabits.yaml b/.gitea/workflows/beaverhabits.yaml new file mode 100644 index 0000000..9838232 --- /dev/null +++ b/.gitea/workflows/beaverhabits.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - beaverhabits/** + +env: + app_folder: beaverhabits + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/beszel.yaml b/.gitea/workflows/beszel.yaml new file mode 100644 index 0000000..80d7b64 --- /dev/null +++ b/.gitea/workflows/beszel.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - beszel/** + +env: + app_folder: beszel + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/caddy.yaml b/.gitea/workflows/caddy.yaml new file mode 100644 index 0000000..36b7931 --- /dev/null +++ b/.gitea/workflows/caddy.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - caddy/** + +env: + app_folder: caddy + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/cup.yaml b/.gitea/workflows/cup.yaml new file mode 100644 index 0000000..90fb7f4 --- /dev/null +++ b/.gitea/workflows/cup.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - cup/** + +env: + app_folder: cup + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/dockge.yaml b/.gitea/workflows/dockge.yaml new file mode 100644 index 0000000..fec1f5d --- /dev/null +++ b/.gitea/workflows/dockge.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - dockge/** + +env: + app_folder: dockge + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/dozzle.yaml b/.gitea/workflows/dozzle.yaml new file mode 100644 index 0000000..59bd28a --- /dev/null +++ b/.gitea/workflows/dozzle.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - dozzle/** + +env: + app_folder: dozzle + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/gitea.yaml b/.gitea/workflows/gitea.yaml new file mode 100644 index 0000000..6f2a87e --- /dev/null +++ b/.gitea/workflows/gitea.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - gitea/** + +env: + app_folder: gitea + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/gomft.yaml b/.gitea/workflows/gomft.yaml new file mode 100644 index 0000000..57949bb --- /dev/null +++ b/.gitea/workflows/gomft.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - gomft/** + +env: + app_folder: gomft + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/hoarder.yaml b/.gitea/workflows/hoarder.yaml new file mode 100644 index 0000000..51b8995 --- /dev/null +++ b/.gitea/workflows/hoarder.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - hoarder/** + +env: + app_folder: hoarder + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/immich.yaml b/.gitea/workflows/immich.yaml new file mode 100644 index 0000000..198dc7d --- /dev/null +++ b/.gitea/workflows/immich.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - immich/** + +env: + app_folder: immich + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/memos.yaml b/.gitea/workflows/memos.yaml new file mode 100644 index 0000000..a8c9666 --- /dev/null +++ b/.gitea/workflows/memos.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - memos/** + +env: + app_folder: memos + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/minio.yaml b/.gitea/workflows/minio.yaml new file mode 100644 index 0000000..bee3cb7 --- /dev/null +++ b/.gitea/workflows/minio.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - minio/** + +env: + app_folder: minio + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/n8n.yaml b/.gitea/workflows/n8n.yaml new file mode 100644 index 0000000..9d125a3 --- /dev/null +++ b/.gitea/workflows/n8n.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - n8n/** + +env: + app_folder: n8n + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/netbird.yaml b/.gitea/workflows/netbird.yaml new file mode 100644 index 0000000..87f038d --- /dev/null +++ b/.gitea/workflows/netbird.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - netbird/** + +env: + app_folder: netbird + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/newt.yaml b/.gitea/workflows/newt.yaml new file mode 100644 index 0000000..3e8d1e5 --- /dev/null +++ b/.gitea/workflows/newt.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - newt/** + +env: + app_folder: newt + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/nextcloud.yaml b/.gitea/workflows/nextcloud.yaml new file mode 100644 index 0000000..017a7e6 --- /dev/null +++ b/.gitea/workflows/nextcloud.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - nextcloud/** + +env: + app_folder: nextcloud + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/olivetin.yaml b/.gitea/workflows/olivetin.yaml new file mode 100644 index 0000000..f68b266 --- /dev/null +++ b/.gitea/workflows/olivetin.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - olivetin/** + +env: + app_folder: olivetin + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/open-web-ui.yaml b/.gitea/workflows/open-web-ui.yaml new file mode 100644 index 0000000..a126bdf --- /dev/null +++ b/.gitea/workflows/open-web-ui.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - open-web-ui/** + +env: + app_folder: open-web-ui + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/operational.yaml b/.gitea/workflows/operational.yaml new file mode 100644 index 0000000..3db2d8c --- /dev/null +++ b/.gitea/workflows/operational.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - operational/** + +env: + app_folder: operational + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/portainer.yaml b/.gitea/workflows/portainer.yaml new file mode 100644 index 0000000..97060a1 --- /dev/null +++ b/.gitea/workflows/portainer.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - portainer/** + +env: + app_folder: portainer + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/tubearchivist.yaml b/.gitea/workflows/tubearchivist.yaml new file mode 100644 index 0000000..6cd242d --- /dev/null +++ b/.gitea/workflows/tubearchivist.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - tubearchivist/** + +env: + app_folder: tubearchivist + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/vaultwarden.yaml b/.gitea/workflows/vaultwarden.yaml new file mode 100644 index 0000000..98323a8 --- /dev/null +++ b/.gitea/workflows/vaultwarden.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - vaultwarden/** + +env: + app_folder: vaultwarden + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/watchtower.yaml b/.gitea/workflows/watchtower.yaml new file mode 100644 index 0000000..6aa55ff --- /dev/null +++ b/.gitea/workflows/watchtower.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - watchtower/** + +env: + app_folder: watchtower + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file diff --git a/.gitea/workflows/yams.yaml b/.gitea/workflows/yams.yaml new file mode 100644 index 0000000..133fcc2 --- /dev/null +++ b/.gitea/workflows/yams.yaml @@ -0,0 +1,25 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + push: + paths: + - yams/** + +env: + app_folder: yams + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: geezo + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: | + cd /home/geezo/docker_containers && \ + ./restart_container.sh ${{ env.app_folder }} \ No newline at end of file