diff --git a/.drone.yml b/.drone.yml index cac2e0e..469f230 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file