Skip to content

Commit

Permalink
Update scripts/deploy-backend.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson authored Nov 8, 2024
1 parent 46e504c commit 5ed2551
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/deploy-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ set_cf_envs()
var_value=${!var_name}
staging_var="STAGING_$var_name"
if [[ "${!staging_var}" ]]; then
echo .
echo .
echo SETTING UNIQUE VALUE FOR $staging_var SPECIFIC VARIABLE
echo .
echo .
var_value=${!staging_var}
fi
cf_cmd="cf set-env $CGAPPNAME_BACKEND $var_name ${var_value}"
Expand Down

0 comments on commit 5ed2551

Please sign in to comment.