Skip to content

Commit

Permalink
Change hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ystxn committed Jul 28, 2024
1 parent 5fe36e5 commit ba1e340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:

release:
needs: build
runs-on: self-hosted
runs-on: on-prem
environment: 'Prod'
env:
DEPLOYMENT: ${{ github.event.repository.name }}
steps:
- name: Perform rolling update
run: |
kubectl set image deployment/${DEPLOYMENT} ${DEPLOYMENT}=${{ needs.build.outputs.image_name }}
kubectl rollout status deployment/${DEPLOYMENT}
kubectl set image deployment/${DEPLOYMENT} ${DEPLOYMENT}=${{ needs.build.outputs.image_name }} -n default
kubectl rollout status deployment/${DEPLOYMENT} -n default
- uses: smartsquaregmbh/[email protected]
with:
Expand Down

0 comments on commit ba1e340

Please sign in to comment.