Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
renamed docker repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andriimykytyn committed Mar 29, 2020
1 parent a825e8d commit c4be08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ script:
- npm run build

after_success:
- docker build -t speech4j/web-prod .
- docker build -t speech4j/web .
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_ID" --password-stdin
- docker push speech4j/web-prod
- docker push speech4j/web

0 comments on commit c4be08b

Please sign in to comment.