workflows
This commit is contained in:
parent
be7a583100
commit
63eaee2f7d
25
.gitea/workflows/authentik.yaml
Normal file
25
.gitea/workflows/authentik.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/autorestic.yaml
Normal file
25
.gitea/workflows/autorestic.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/beaverhabits.yaml
Normal file
25
.gitea/workflows/beaverhabits.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/beszel.yaml
Normal file
25
.gitea/workflows/beszel.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/caddy.yaml
Normal file
25
.gitea/workflows/caddy.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/cup.yaml
Normal file
25
.gitea/workflows/cup.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/dockge.yaml
Normal file
25
.gitea/workflows/dockge.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/dozzle.yaml
Normal file
25
.gitea/workflows/dozzle.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/gitea.yaml
Normal file
25
.gitea/workflows/gitea.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/gomft.yaml
Normal file
25
.gitea/workflows/gomft.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/hoarder.yaml
Normal file
25
.gitea/workflows/hoarder.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/immich.yaml
Normal file
25
.gitea/workflows/immich.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/memos.yaml
Normal file
25
.gitea/workflows/memos.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/minio.yaml
Normal file
25
.gitea/workflows/minio.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/n8n.yaml
Normal file
25
.gitea/workflows/n8n.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/netbird.yaml
Normal file
25
.gitea/workflows/netbird.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/newt.yaml
Normal file
25
.gitea/workflows/newt.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/nextcloud.yaml
Normal file
25
.gitea/workflows/nextcloud.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/olivetin.yaml
Normal file
25
.gitea/workflows/olivetin.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/open-web-ui.yaml
Normal file
25
.gitea/workflows/open-web-ui.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/operational.yaml
Normal file
25
.gitea/workflows/operational.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/portainer.yaml
Normal file
25
.gitea/workflows/portainer.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/tubearchivist.yaml
Normal file
25
.gitea/workflows/tubearchivist.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/vaultwarden.yaml
Normal file
25
.gitea/workflows/vaultwarden.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/watchtower.yaml
Normal file
25
.gitea/workflows/watchtower.yaml
Normal file
@ -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 }}
|
||||
25
.gitea/workflows/yams.yaml
Normal file
25
.gitea/workflows/yams.yaml
Normal file
@ -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 }}
|
||||
Loading…
Reference in New Issue
Block a user