Skip to content

Commit

Permalink
Stop using .env-devel (#425)
Browse files Browse the repository at this point in the history
* Return removed staging CA for letsenrypt

* Fix missing $

* Remove PAYMENTS_AUTORECHARGE_DEFAULT_MIN_BALANCE

* Stop using .env-devel
  • Loading branch information
YuryHrytsuk authored Nov 10, 2023
1 parent 0e4d6b8 commit b3d4d41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion scripts/deployments/prepare_simcore_stack.bash
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ cd "$repo_basedir" || exit 1

pushd "$repo_basedir"/../osparc-simcore
cp services/docker-compose.yml "$repo_basedir"
cp .env-devel "$repo_basedir"
popd

cp "$repo_config" "$repo_basedir"
Expand Down
4 changes: 1 addition & 3 deletions services/deployment-agent/startup_script.bash
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ pushd services/simcore
rm .env 2>/dev/null || true
make compose-"${OSPARC_DEPLOYMENT_TARGET}"
mv .env .env.platform
python envsubst_escape_dollar_sign.py .env.platform .env.platform.escaped
envsubst < ../../.env-devel > .env.nosub
cat .env.platform.escaped >> .env.nosub
python envsubst_escape_dollar_sign.py .env.platform .env.nosub
envsubst < .env.nosub > .env
cp .env ..
cp ../../docker-compose.yml ./docker-compose.simcore.yml
Expand Down

0 comments on commit b3d4d41

Please sign in to comment.