You've already forked docker-deploy
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
1078366ff5 |
@@ -11,8 +11,8 @@ fi
|
|||||||
# Check for the deploy position (with default)
|
# Check for the deploy position (with default)
|
||||||
DEPLOY_DESTINATION_FILE="~/.deploy_destination"
|
DEPLOY_DESTINATION_FILE="~/.deploy_destination"
|
||||||
DEPLOY_DESTINATION="/opt"
|
DEPLOY_DESTINATION="/opt"
|
||||||
if [ -f "${DEPLOY_SOURCE_FILE}" ]; then
|
if [ -f "${DEPLOY_DESTINATION_FILE}" ]; then
|
||||||
. "${DEPLOY_SOURCE_FILE}"
|
. "${DEPLOY_DESTINATION_FILE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if the correct usage is respected
|
# Check if the correct usage is respected
|
||||||
|
Reference in New Issue
Block a user