Final fix

This commit is contained in:
Daniel Kluge 2022-06-12 15:37:00 +02:00
parent 64f26999e5
commit 2fd290aa26

View File

@ -34,7 +34,9 @@ server:
steps:
- name: pull
commands:
- cd /srv/website/projects
- cd /srv/website/content
- git config --global --add safe.directory /srv/website/content
- git switch senpai || true
- git pull
---
# Push on dev environment
@ -59,4 +61,6 @@ steps:
- name: pull
commands:
- cd /srv/website-dev/content
- git config --global --add safe.directory /srv/website-dev/content
- git switch dev || true
- git pull