You've already forked docker-deploy
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
7433c31699 |
@@ -2,14 +2,14 @@
|
||||
set -e
|
||||
|
||||
# Check for the source server (with default)
|
||||
DEPLOY_SOURCE_FILE="~/.deploy_source"
|
||||
DEPLOY_SOURCE_FILE="${HOME}/.deploy_source"
|
||||
DEPLOY_SOURCE="https://git.bjphoster.com/deployments"
|
||||
if [ -f "${DEPLOY_SOURCE_FILE}" ]; then
|
||||
. "${DEPLOY_SOURCE_FILE}"
|
||||
fi
|
||||
|
||||
# Check for the deploy position (with default)
|
||||
DEPLOY_DESTINATION_FILE="~/.deploy_destination"
|
||||
DEPLOY_DESTINATION_FILE="${HOME}/.deploy_destination"
|
||||
DEPLOY_DESTINATION="/opt"
|
||||
if [ -f "${DEPLOY_DESTINATION_FILE}" ]; then
|
||||
. "${DEPLOY_DESTINATION_FILE}"
|
||||
|
Reference in New Issue
Block a user