mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Add more logs to the docker deployment script
This commit is contained in:
parent
361e36c566
commit
bf266648e1
|
@ -1,8 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||||
TAG=latest
|
echo "======================================="
|
||||||
|
echo "Authelia will be deployed on Dockerhub."
|
||||||
|
echo "======================================="
|
||||||
|
echo "TRAVIS_TAG='$TRAVIS_TAG'"
|
||||||
|
|
||||||
|
TAG=latest
|
||||||
if [ ! -z "$TRAVIS_TAG" ]; then
|
if [ ! -z "$TRAVIS_TAG" ]; then
|
||||||
TAG=$TRAVIS_TAG
|
TAG=$TRAVIS_TAG
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user