Skip to content

Commit

Permalink
worked on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnerbichler committed Jan 26, 2018
1 parent d98bcc1 commit 7f3621c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def deploy():
with cd('/srv/flash-home'):
run('git pull origin master')

run('echo "COFFEE_FLASH_BASE_URL=http://flash-home.duckdns.org:3000/" > env')
run('echo "PROVIDER_FLASH_BASE_URL=http://flash-home.duckdns.org:3001/" >> env')
run('echo "COFFEE_FLASH_BASE_URL=http://flash-home.duckdns.org:3000" > env')
run('echo "PROVIDER_FLASH_BASE_URL=http://flash-home.duckdns.org:3001" >> env')

run('docker-compose --project-name flash-home pull')
run('docker-compose --project-name flash-home up -d --build --force-recreate')
Expand Down

0 comments on commit 7f3621c

Please sign in to comment.