Skip to content

Commit

Permalink
Merge pull request #1442 from GSA/revert-debug
Browse files Browse the repository at this point in the history
Revert "temporarily disable staging restart for debugging"
  • Loading branch information
FuhuXia authored Aug 28, 2024
2 parents f80485e + a89e1f8 commit 20ae094
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/restart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
- cron: '11/30 * * * *'

jobs:
restart-staging:
name: restart (staging)
uses: gsa/data.gov/.github/workflows/app-restart-template.yml@main
with:
environ: staging
app_names: "{\"include\":[{\"app\":\"catalog-proxy\"},{\"app\":\"catalog-gather\"},{\"app\":\"catalog-fetch\"},{\"app\":\"catalog-web\"},{\"app\":\"catalog-admin\"},]}"
secrets: inherit

restart-prod:
name: restart (prod)
uses: gsa/data.gov/.github/workflows/app-restart-template.yml@main
Expand Down

0 comments on commit 20ae094

Please sign in to comment.