Skip to content

Commit

Permalink
ci: remove k8s signal step
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Jun 16, 2024
1 parent a1f988f commit 2d9f3e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,3 @@ jobs:
context: .
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:staging
push: true
- name: Send update signal to kubernetes
run: bash ./deploy/staging/deploy.sh
env:
API_ENDPOINT: ${{ secrets.STAGING_KUBERNETES_API_ENDPOINT }}
API_TOKEN: ${{ secrets.STAGING_KUBERNETES_API_TOKEN }}

0 comments on commit 2d9f3e9

Please sign in to comment.