This commit is contained in:
parent
c9fb8fa385
commit
3a3527e282
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username "$${DOCKER_USERNAME}" git.webdeploy.it
|
||||
- echo "TAG=$(jq -r .version ./frontend/package.json)" >> .env
|
||||
- echo "ORIGIN=https://pianello.webdeploy.it" >> .env
|
||||
- echo "PUBLIC_BACKEND_URL=https://ale-dev.teck-developer.com" >> .env
|
||||
- echo "PUBLIC_BACKEND_URL=https://ale-dev.teck-developer.com" >> ./frontend/.env
|
||||
- docker-compose -f docker-compose.build.yml build
|
||||
- docker push git.webdeploy.it/pianello/frontend:latest
|
||||
- docker push git.webdeploy.it/pianello/frontend:$(jq -r .version ./frontend/package.json)
|
||||
|
|
Loading…
Reference in a new issue