Skip to content

Commit 33f5ec9

Browse files
committed
Remove extra word from echo command
1 parent 6af5e94 commit 33f5ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export ENV_FILE=$1
33
export IMAGE=$2
44
export TAG=$3
5-
echo echo "Take down old api version..." \
5+
echo "Take down old api version..." \
66
&& docker compose -f docker-compose-prod.yml --env-file $ENV_FILE down \
77
&& echo "Bring up new api version..." \
88
&& docker compose -f docker-compose-prod.yml -p go-capture-api --env-file $ENV_FILE up -d

0 commit comments

Comments
 (0)