Final fix
This commit is contained in:
parent
64f26999e5
commit
2fd290aa26
@ -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
|
Loading…
Reference in New Issue
Block a user