try to get some insight on why env variables aren't being build into image on travis

This commit is contained in:
Cassie Tarakajian 2018-08-13 14:24:02 -04:00
parent c4b676d754
commit 66d24fcbfa
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ after_success:
# build images
- docker-compose stop
- docker-compose build --no-cache
- docker container ls
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker tag $APP_IMAGE_NAME $DOCKER_USERNAME/$DOCKER_REPOSITORY:latest
- docker push $DOCKER_USERNAME/$DOCKER_REPOSITORY:latest

View File

@ -33,6 +33,7 @@ services:
context: .
dockerfile: Dockerfile
target: production
# image: index.docker.io/catarak/p5.js-web-editor:latest
# env_file:
# - "$PWD/.env"
environment: