This commit is contained in:
parent
5611ee1421
commit
e3ae7dc422
@ -113,6 +113,9 @@ jobs:
|
||||
# Copy environment file
|
||||
echo "${{ secrets.ENV_CONTENT }}" > .env
|
||||
|
||||
# Login to Harbor registry
|
||||
echo "${{ secrets.HARBOR_PASSWORD }}" | docker login harbor.galpodlipnik.com -u "${{ secrets.HARBOR_USERNAME }}" --password-stdin
|
||||
|
||||
# Pull latest images and deploy
|
||||
docker compose pull
|
||||
docker compose down
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user