Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny authored Jul 20, 2016
1 parent 5e289a2 commit 541f3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
#set -e
set -e

REPO="PHPoole/phpoole.github.io"
SOURCE_BRANCH="master"
Expand All @@ -15,7 +15,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
exit 0
fi

echo "Starting to deploy ${DIST_FILE} to gh-pages..."
echo "Starting to deploy ${DIST_FILE} to ${REPO}..."

cp "dist/"$DIST_FILE $HOME/$DIST_FILE
cd $HOME
Expand Down

0 comments on commit 541f3a8

Please sign in to comment.