Skip to content

Commit

Permalink
chore: add docker credentials to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JenniferMah committed Jun 17, 2021
1 parent 624e804 commit 043dd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
- npm run ci
deploy:
- provider: script
script: make docker-build && make docker-push
script: echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin && make docker-build && make docker-push
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 043dd65

Please sign in to comment.