Skip to content

Commit 7d14a67

Browse files
committed
Build docker image on travis in production config
1 parent 14d7340 commit 7d14a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- yarn install --frozen-lockfile --non-interactive
1919
- yarn run ci
2020
- script:
21-
- docker build --build-arg BUILD_COMMIT=$TRAVIS_COMMIT -t humanconnection/frontend-nuxt .
21+
- docker build --build-arg BUILD_COMMIT=$TRAVIS_COMMIT ENV_FILE=.env.production -t humanconnection/frontend-nuxt .
2222

2323
after_success:
2424
- if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_EVENT_TYPE == "push" ]; then

0 commit comments

Comments
 (0)