We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1607dbf commit 08ed63aCopy full SHA for 08ed63a
fabfile.py
@@ -5,7 +5,7 @@
5
#: The user to use for the remote commands
6
user = 'root'
7
#: The machine(s) where the application will be deployed
8
-hosts = ['129.70.12.31']
+hosts = ['129.70.43.31']
9
#: The remote installation directory
10
install_dir = '/var/www/wsgi-scripts/'
11
@@ -20,4 +20,4 @@ def deploy():
20
run('cp -r /tmp/oval %s' % install_dir)
21
run('rm -rf /tmp/oval /tmp/oval.tar.gz')
22
local('rm oval.tar.gz')
23
- run('apache2ctl graceful')
+ run('service apache2 restart')
0 commit comments