Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmalmgren committed Dec 28, 2017
1 parent 9c0afe1 commit 95ec6ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,7 @@ before_deploy:
- node docker

deploy:
skip_cleanup: true
provider: script
file: release.tar.gz
script: ./deploy.sh
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Expand Up @@ -10,5 +10,5 @@ docker tag ${REPO}:${TRAVIS_TAG} ${REPO}:latest
pip install --user awscli
export PATH=$PATH:$HOME/.local/bin

eval $(aws ecr get-login --region us-east-1)
eval $(aws ecr get-login --region us-east-1 --no-include-email)
docker push ${REPO}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bolingbrook-church",
"version": "1.3.6",
"version": "1.3.7",
"license": "MIT",
"angular-cli": {},
"scripts": {
Expand Down

0 comments on commit 95ec6ec

Please sign in to comment.