Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

restart egress proxy #7

restart egress proxy

restart egress proxy #7

---
name: restart egress proxy
on: # yamllint disable-line rule:truthy
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # every day at 3am UTC
jobs:
restart-egress:
strategy:
matrix:
environ: [development, staging, prod]
name: restart egress (${{matrix.environ}})
concurrency: ${{matrix.environ}}
environment: ${{matrix.environ}}
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: cf restart
uses: cloud-gov/cg-cli-tools@main
with:
command: bin/restart-egress
cf_org: gsa-datagov
cf_space: ${{matrix.environ}}-egress
cf_username: ${{secrets.CF_SERVICE_EGRESS_USER}}
cf_password: ${{secrets.CF_SERVICE_EGRESS_AUTH}}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.