We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d7340 commit 09ed9c6Copy full SHA for 09ed9c6
1 file changed
.travis.yml
@@ -18,7 +18,7 @@ jobs:
18
- yarn install --frozen-lockfile --non-interactive
19
- yarn run ci
20
- script:
21
- - docker build --build-arg BUILD_COMMIT=$TRAVIS_COMMIT -t humanconnection/frontend-nuxt .
+ - docker build --build-arg BUILD_COMMIT=$TRAVIS_COMMIT --build-arg ENV_FILE=.env.production -t humanconnection/frontend-nuxt .
22
23
after_success:
24
- if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_EVENT_TYPE == "push" ]; then
0 commit comments