Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spaghettiwews authored May 13, 2019
1 parent e0cf7ef commit 7b08917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
npm install
npm run build
lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; mirror -Rnv build/paynow-docs/ ./public_html --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/"
lftp -c "set ftp:ssl-allow no; open -u $LIVE_USERNAME,$LIVE_PASSWORD $LIVE_HOST; mirror -Rnv build/paynow-docs/ ./public_html --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/"
#lftp -c "set ftp:ssl-allow no; open -u $LIVE_USERNAME,$LIVE_PASSWORD $LIVE_HOST; mirror -Rnv build/paynow-docs/ ./public_html --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/"

0 comments on commit 7b08917

Please sign in to comment.