Skip to content

Commit e90ea8c

Browse files
committed
Add tag variable to deploy script
1 parent 02ef4bb commit e90ea8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
export image_hash=$1
3+
export tag=$2
34
echo echo "Take down old api version..." \
45
&& docker compose -f docker-compose-prod.yml down \
56
&& echo "Bring up new api version..." \

0 commit comments

Comments
 (0)