Skip to content

Commit

Permalink
Update .gitlab-ci.yml to remove deployment to production
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevprojects-zw committed Oct 29, 2018
1 parent 79f2905 commit 6d06f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ deploy:
- "nvm install v8.12.0"
- "cd website && 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 6d06f67

Please sign in to comment.