Skip to content

Commit 878e582

Browse files
authored
Merge pull request #20 from Kaes3kuch3n/master
Fixed docker-compose pull command
2 parents 5828e59 + 1c1fcbc commit 878e582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if ! [ -z "$INPUT_COPY_STACK_FILE" ] && [ $INPUT_COPY_STACK_FILE = 'true' ] ; th
102102
execute_ssh "ls -t $INPUT_DEPLOY_PATH/stacks/docker-stack-* 2>/dev/null | tail -n +$INPUT_KEEP_FILES | xargs rm -- 2>/dev/null || true"
103103

104104
if ! [ -z "$INPUT_PULL_IMAGES_FIRST" ] && [ $INPUT_PULL_IMAGES_FIRST = 'true' ] && [ $INPUT_DEPLOYMENT_MODE = 'docker-compose' ] ; then
105-
execute_ssh "${DEPLOYMENT_COMMAND} pull"
105+
execute_ssh ${DEPLOYMENT_COMMAND} "pull"
106106
fi
107107

108108
if ! [ -z "$INPUT_PRE_DEPLOYMENT_COMMAND_ARGS" ] && [ $INPUT_DEPLOYMENT_MODE = 'docker-compose' ] ; then

0 commit comments

Comments
 (0)