Update .gitea/workflows/deployProduction.yml #30

Merged
pombas_n merged 1 commits from pombas_n-patch-2 into main 2026-09-16 13:50:52 +02:00
+4 -5
View File
@@ -33,16 +33,15 @@ jobs:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
git clone \
https://oauth2:${GITEA_TOKEN}@gitea.psi.ch/${{ github.repository_owner }}/WebHosting_DMZ.git \
webhosting
https://oauth2:${GITEA_TOKEN}@gitea.psi.ch/${{ github.repository_owner }}/WebHosting_DMZ.git
cd webhosting
cd WebHosting_DMZ
echo "Repository:"
git remote -v
echo "Current docker-compose.yaml:"
grep -n "bb_if_produktiv" docker-compose.yaml
echo "docker-compose.yaml:"
cat docker-compose.yaml
- name: Change versions
env: