Add gitea workflow
All checks were successful
Pull the newest version on riley / deploy (push) Successful in 0s
All checks were successful
Pull the newest version on riley / deploy (push) Successful in 0s
This commit is contained in:
11
.gitea/workflows/deploy.yaml
Normal file
11
.gitea/workflows/deploy.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user