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.
tag
1 parent 02ef4bb commit e90ea8cCopy full SHA for e90ea8c
deploy.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
export image_hash=$1
3
+export tag=$2
4
echo echo "Take down old api version..." \
5
&& docker compose -f docker-compose-prod.yml down \
6
&& echo "Bring up new api version..." \
0 commit comments