We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
echo
1 parent 6af5e94 commit 33f5ec9Copy full SHA for 33f5ec9
deploy.sh
@@ -2,7 +2,7 @@
2
export ENV_FILE=$1
3
export IMAGE=$2
4
export TAG=$3
5
-echo echo "Take down old api version..." \
+echo "Take down old api version..." \
6
&& docker compose -f docker-compose-prod.yml --env-file $ENV_FILE down \
7
&& echo "Bring up new api version..." \
8
&& docker compose -f docker-compose-prod.yml -p go-capture-api --env-file $ENV_FILE up -d
0 commit comments