Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Fix config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deamme committed Oct 6, 2018
1 parent 77cc48f commit d007240
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 @@ -45,7 +45,7 @@ jobs:
- run:
name: Production Deploy
command: |
ssh -o "StrictHostKeyChecking no" [email protected] 'cd giveth-bot/ && git pull && npm install && pm2 startOrRestart ecosystem.config.js --env production --node-args "BOT_USER='$BOT_USERNAME' BOT_PASSWORD='$BOT_PASSWORD'";'
ssh -o "StrictHostKeyChecking no" [email protected] 'cd giveth-bot/ && git pull && npm install && pm2 startOrRestart ecosystem.config.js --env production;'
workflows:
version: 2
Expand Down

0 comments on commit d007240

Please sign in to comment.