Initial commit of content.
This commit is contained in:
10
deployment/settings.production.example
Normal file
10
deployment/settings.production.example
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Settings specific to the 'master' deployment target.
|
||||
# USER is the ssh user, SERVER is the ssh host. USER should
|
||||
# match the USER setting in /opt/stagecoach/settings on
|
||||
# the server
|
||||
|
||||
USER=myuser
|
||||
SERVER=myserver.com
|
||||
|
||||
Reference in New Issue
Block a user