Skip to content

Commit

Permalink
build: fix build env file
Browse files Browse the repository at this point in the history
  • Loading branch information
FullOfOrange committed Dec 6, 2019
1 parent 6f3ae37 commit 0e4e6dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,4 @@ jobs:
- yarn workspace client build
- docker build -t "${DOCKER_USER}/${FE_IMAGE_NAME}:${FE_IMAGE_TAG}" ./client
- docker tag "${DOCKER_USER}/${FE_IMAGE_NAME}:${FE_IMAGE_TAG}" "${DOCKER_USER}/${FE_IMAGE_NAME}:latest"
- docker push "${DOCKER_USER}/${FE_IMAGE_NAME}:latest" && docker push "${DOCKER_USER}/${FE_IMAGE_NAME}:${FE_IMAGE_TAG}"

- docker push "${DOCKER_USER}/${FE_IMAGE_NAME}:latest" && docker push "${DOCKER_USER}/${FE_IMAGE_NAME}:${FE_IMAGE_TAG}"
Binary file modified secrets.tar.enc
Binary file not shown.

0 comments on commit 0e4e6dd

Please sign in to comment.