Fix the deploy script.
This commit is contained in:
committed by
Abhilash Raj
parent
0bbd4aadc7
commit
ceeb7f804e
@@ -1,7 +1,8 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
USER=maxking
|
set -ex
|
||||||
|
|
||||||
|
USER=maxking
|
||||||
|
|
||||||
deploy() {
|
deploy() {
|
||||||
URL="$1"
|
URL="$1"
|
||||||
@@ -12,7 +13,7 @@ deploy() {
|
|||||||
docker tag maxking/mailman-web "$URL/maxking/mailman-web:$TAG"
|
docker tag maxking/mailman-web "$URL/maxking/mailman-web:$TAG"
|
||||||
docker tag maxking/postorius "$URL/maxking/postorius:$TAG"
|
docker tag maxking/postorius "$URL/maxking/postorius:$TAG"
|
||||||
# Login to the registry and push.
|
# Login to the registry and push.
|
||||||
docker login -u "$USER" -p "${PASSWORD}" "$URL"
|
docker login -u $USER -p $PASSWORD $URL
|
||||||
docker push "$URL/maxking/mailman-web:$TAG"
|
docker push "$URL/maxking/mailman-web:$TAG"
|
||||||
docker push "$URL/maxking/mailman-core:$TAG"
|
docker push "$URL/maxking/mailman-core:$TAG"
|
||||||
docker push "$URL/maxking/postorius:$TAG"
|
docker push "$URL/maxking/postorius:$TAG"
|
||||||
|
|||||||
Reference in New Issue
Block a user