Skip to content

Commit

Permalink
fix deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Nov 16, 2023
1 parent 3476e51 commit 74b8c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
with:
namespace: ${{ env.DEPLOYMENT_NAMESPACE }}
restart: oc-carbon-footprint-worker
- name: Restart oc-lighthouse deployment
- name: Restart oc-lighthouse-worker deployment
uses: dataesr/[email protected]
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DOAD_STAGING }}
with:
namespace: ${{ env.DEPLOYMENT_NAMESPACE }}
restart: oc-lighthouse
restart: oc-lighthouse-worker
- name: Restart oc-client deployment
uses: dataesr/[email protected]
env:
Expand Down

0 comments on commit 74b8c81

Please sign in to comment.