Update .gitea/workflows/deployProduction.yml #45

Merged
pombas_n merged 1 commits from pombas_n-patch-3 into main 2026-09-17 10:26:45 +02:00
+3 -3
View File
@@ -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 }}