Skip to content

Commit

Permalink
Address docker build process
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmalmgren committed Dec 6, 2017
1 parent d1668b4 commit 1e14053
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ after_success:

before_deploy:
- node docker
- chmod +x deploy.sh

deploy:
provider: script
Expand Down
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#! /bin/bash

echo "Starting Deploy Script"

docker --version
pip install --user awscli
export PATH=$PATH:$HOME/.local/bin
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolingbrook-church",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"angular-cli": {},
"scripts": {
Expand Down

0 comments on commit 1e14053

Please sign in to comment.