Skip to content

Commit b84b2da

Browse files
author
Gerald Unterrainer
committed
update deployment scripts
1 parent 3a1529e commit b84b2da

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Diff for: deploy/up.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
. ./.deployment-env
32

43
echo "$ echo \"$REGISTRY_PASSWORD\"| docker login -u \"$REGISTRY_USER\" --password-stdin \"$REGISTRY_URL\""
54
echo "$REGISTRY_PASSWORD"| docker login -u "$REGISTRY_USER" --password-stdin "$REGISTRY_URL"

Diff for: set-deployment-env.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
# Variables defined in this file will be used in the docker-compose.yml file
4+
# by being copied to the .env file.
5+
# So this is the place where to transfer the CI-variables to docker-compose.
6+
7+
#DB_PASSWORD=$DB_PASSWORD

Diff for: set_deployment_env.sh

-8
This file was deleted.

0 commit comments

Comments
 (0)