Skip to content

Commit

Permalink
point to right dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkRaiza committed Jan 9, 2019
1 parent c415926 commit 131a11f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ steps: &default-steps
- run: sudo mv ~/docker-compose /usr/local/bin/docker-compose
- setup_remote_docker
- run:
name: docker login, build and push image
command: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
- run: docker-compose build
- run: docker push bespoken/streamer:$CIRCLE_TAG
name: docker login, build and push image
command: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker build -f docker/Dockerfile -t bespoken/streamer:$CIRCLE_TAG .
docker push bespoken/streamer:$CIRCLE_TAG
- run:
name: deploy streamer:$CIRCLE_TAG in fargate
command: |
Expand Down

0 comments on commit 131a11f

Please sign in to comment.