All checks were successful
Pull the newest version on riley / deploy (push) Successful in 1s
12 lines
333 B
YAML
12 lines
333 B
YAML
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 --ff-only && chmod 755 -R .
|