Skip to content

Commit d76580d

Browse files
authored
Update entrypoint.sh
1 parent 8c322be commit d76580d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ if [ x$INPUT_IMAGE != x ]
44
then
55
caprover deploy --caproverUrl $INPUT_SERVER --appToken $INPUT_TOKEN --appName $INPUT_APP -i $INPUT_IMAGE
66
elif [ x$INPUT_BRANCH != x ]
7+
then
78
caprover deploy --caproverUrl $INPUT_SERVER --appToken $INPUT_TOKEN --appName $INPUT_APP -b $INPUT_BRANCH
89
else
910
caprover deploy --caproverUrl $INPUT_SERVER --appToken $INPUT_TOKEN --appName $INPUT_APP --tarFile ./deploy.tar

0 commit comments

Comments
 (0)