Mercurial > public > ssdt-docker
diff prod/install-ess-db.sh @ 526:cb688221b17b
Add ESS scripts and update workflows to connect to employee self service.
author | Marc Davis <marc.davis@mcoecn.org> |
---|---|
date | Wed, 10 Apr 2024 11:04:39 -0400 |
parents | cb672d0888c6 |
children |
line wrap: on
line diff
--- a/prod/install-ess-db.sh Tue Jan 30 10:55:15 2024 -0500 +++ b/prod/install-ess-db.sh Wed Apr 10 11:04:39 2024 -0400 @@ -6,11 +6,11 @@ source $BASEDIR/.env/ess-db.properties # # docker login -echo "attempting to login to $artifactoryUrl" -docker login $artifactoryUrl -u $artifactoryUser -p $artifactoryPassword +echo "attempting to login to $artifactUrl" +docker login $artifactUrl -u $artifactUser -p $artifactPassword # docker pull db image -echo "attempting to pull $artifactoryUrl/ess-db:$dbVersion" -docker pull $artifactoryUrl/ess-db:$dbVersion +echo "attempting to pull $artifactUrl/ess-db:$dbVersion" +docker pull $artifactUrl/ess-db:$dbVersion # # create employee self service specific docker network for $entityId echo "attempting to create $entityId-ess-net docker network" @@ -23,4 +23,4 @@ --network $entityId-ess-net \ -e POSTGRES_DB=essdb \ -e POSTGRES_PASSWORD=$dbPassword \ - -d $artifactUrl/ess-db:$dbVersion \ No newline at end of file + -d $artifactUrl/ess-db:$dbVersion