diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..f384573 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,11 @@ +name: Pull the newest version on riley +run-name: ${{ gitea.actor }} initialised an update of krstn.me +on: [push] + +jobs: + deploy: + runs-on: karsten@riley + steps: + - name: Pull newest release + run: | + cd /home/karsten/public_html/krstn.me && git pull