try to get some insight on why env variables aren't being build into image on travis
This commit is contained in:
parent
c4b676d754
commit
66d24fcbfa
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ after_success:
|
||||||
# build images
|
# build images
|
||||||
- docker-compose stop
|
- docker-compose stop
|
||||||
- docker-compose build --no-cache
|
- docker-compose build --no-cache
|
||||||
|
- docker container ls
|
||||||
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
||||||
- docker tag $APP_IMAGE_NAME $DOCKER_USERNAME/$DOCKER_REPOSITORY:latest
|
- docker tag $APP_IMAGE_NAME $DOCKER_USERNAME/$DOCKER_REPOSITORY:latest
|
||||||
- docker push $DOCKER_USERNAME/$DOCKER_REPOSITORY:latest
|
- docker push $DOCKER_USERNAME/$DOCKER_REPOSITORY:latest
|
||||||
|
|
|
@ -33,6 +33,7 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
target: production
|
target: production
|
||||||
|
# image: index.docker.io/catarak/p5.js-web-editor:latest
|
||||||
# env_file:
|
# env_file:
|
||||||
# - "$PWD/.env"
|
# - "$PWD/.env"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue