Staff + Airport changes + deployment fixes
CI/CD Deploy / test (push) Successful in 1m2s
CI/CD Deploy / build-push (push) Successful in 1m33s
CI/CD Deploy / deploy (push) Successful in 1m27s

This commit is contained in:
Antoni Nuñez Romeu
2026-08-07 01:32:37 +02:00
parent 3fec9ce241
commit a80d72e9e6
7 changed files with 39 additions and 16 deletions
+1 -1
View File
@@ -55,6 +55,6 @@ jobs:
run: |
docker login git.hacecalor.net -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }}
docker compose pull
docker stack deploy -c docker-compose.yml zlb
docker stack deploy --with-registry-auth -c docker-compose.yml zlb
docker image prune -f
- run: 'echo "This job status is ${{ job.status }}"'