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