Skip to content

Commit

Permalink
fixed deploy and key issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jan 12, 2024
1 parent 3e90bf5 commit d26f4d2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
create-cloudgov-services-management-staging:
name: create services (management-staging)
name: create services (management-staging)
environment: management-staging
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -186,4 +186,4 @@ jobs:
cf_org: gsa-datagov
cf_space: prod-egress
cf_username: ${{secrets.CF_SERVICE_USER}}
cf_password: ${{secrets.CF_SERVICE_AUTH}}
cf_password: ${{secrets.CF_SERVICE_AUTH}}
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cf_space: development-ssb
cf_username: ${{secrets.CF_SERVICE_USER}}
cf_password: ${{secrets.CF_SERVICE_AUTH}}

drain-apps-in-development:
name: drain apps in development space
environment: development
Expand Down
2 changes: 1 addition & 1 deletion create-space-drain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if ! cf plugins | grep -q drain; then
curl -L -o drain-plugin https://github.com/cloudfoundry/cf-drain-cli/releases/download/v2.0.0/cf-drain-cli-linux --insecure &&
cf install-plugin -f drain-plugin &&
rm -f drain-plugin &&
mkdir -p /root/.cf/ && touch /root/.cf/config.json &&
mkdir -p /root/.cf/ && touch /root/.cf/config.json &&
echo "cf-drain-cli plugin installed successfully."
else
echo "cf-drain-cli plugin already exists."
Expand Down
2 changes: 1 addition & 1 deletion vars.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ https_proxy:

# Optional license key for delivering logs to New Relic
# See https://github.com/newrelic/logstash-output-plugin
# logstash_newrelic_license_key:
# logstash_newrelic_license_key:
2 changes: 1 addition & 1 deletion vars.management-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ https_proxy:

# Optional license key for delivering logs to New Relic
# See https://github.com/newrelic/logstash-output-plugin
# logstash_newrelic_license_key:
# logstash_newrelic_license_key:
# logstash_newrelic_log_uri: https://gov-log-api.newrelic.com/log/v1
2 changes: 1 addition & 1 deletion vars.management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ https_proxy:

# Optional license key for delivering logs to New Relic
# See https://github.com/newrelic/logstash-output-plugin
# logstash_newrelic_license_key:
# logstash_newrelic_license_key:
# logstash_newrelic_log_uri: https://gov-log-api.newrelic.com/log/v1

0 comments on commit d26f4d2

Please sign in to comment.