Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from VNG-Realisatie/issue/docker-push
Browse files Browse the repository at this point in the history
Use correct docker repo for release-docker-image
  • Loading branch information
joeribekker authored Jul 15, 2020
2 parents 242a618 + fb5af0b commit 2005c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
after_success: echo "trigger deploy?"
deploy:
- provider: script
script: bin/release_docker_image.sh latest
script: bin/release-docker-image.sh latest
on:
branch: master

- provider: script
script: bin/release_docker_image.sh $TRAVIS_TAG
script: bin/release-docker-image.sh $TRAVIS_TAG
on:
tags: true

Expand Down
2 changes: 1 addition & 1 deletion bin/release-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e # exit on error
set -x # echo commands

CONTAINER_REPO=vngr/klantinteracties-api
CONTAINER_REPO=vngr/verzoeken-api

git_tag=$(git tag --points-at HEAD) &>/dev/null
git_branch=$(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit 2005c3d

Please sign in to comment.