Update .gitea/workflows/deployProduction.yml #30
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user