diff --git a/.gitea/workflows/deployProduction.yml b/.gitea/workflows/deployProduction.yml index a591cd9..6d45221 100644 --- a/.gitea/workflows/deployProduction.yml +++ b/.gitea/workflows/deployProduction.yml @@ -41,9 +41,9 @@ jobs: echo "Repository:" git remote -v - echo "docker-compose.yaml:" - cat docker-compose.yaml - + git remote add upstream https://oauth2:${GIT_TOKEN}@gitea.psi.ch/linux/WebHosting_DMZ.git + git fetch upstream + git rebase upstream/main - name: Change versions env: PSITRAIL_VERSION: ${{ inputs.psitrail_version }}