Skip to content

Commit

Permalink
Update init-dokku-back.sh (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaz authored Aug 2, 2018
1 parent ded89d1 commit 07b7e6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/init-dokku-back.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ if ssh root@${HOST} -C docker ps | grep -q dd-agent; then
# link to dd-agent
ssh dokku@${HOST} -C docker-options:add $SERVICE_NAME build,deploy,run "--link dd-agent:dd-agent"
fi

ssh dokku@${HOST} -C docker-options:add $SERVICE_NAME deploy,run "--memory=1Gb"
ssh dokku@${HOST} -C docker-options:add $SERVICE_NAME build "--memory=2Gb"

0 comments on commit 07b7e6d

Please sign in to comment.