Skip to content

Commit

Permalink
chore: run deploy pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed May 17, 2024
1 parent 63593f7 commit 06c8485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multitenant-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
deploy_to_testing:
name: Deploy multitenant staging server to google kubernetes engine
if: ${{ github.ref == 'refs/heads/develop-v2'}}
if: ${{ github.ref == 'refs/heads/redeploy'}}
strategy:
matrix:
go-version: [1.18.x]
Expand Down

0 comments on commit 06c8485

Please sign in to comment.