From 2fd290aa268884d93a0cb91ed2c7c16eadfe41eb Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sun, 12 Jun 2022 15:37:00 +0200 Subject: [PATCH] Final fix --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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