Skip to content

Commit

Permalink
modified for development-ssb
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Dec 27, 2023
1 parent 931142d commit 6718f2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
runs-on: ubuntu-latest
needs:
- create-cloudgov-services-management
- deploy-management-staging
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -95,10 +94,10 @@ jobs:
drain-apps-in-staging:
name: drain everything in staging space
environment: management
environment: management-staging
runs-on: ubuntu-latest
needs:
- deploy-management
- deploy-management-staging
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
drain-apps-in-development:
name: drain everything in development space
environment: management
environment: development-ssb
runs-on: ubuntu-latest
needs:
- deploy-management
- deploy-development-ssb
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
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

0 comments on commit 6718f2b

Please sign in to comment.