Skip to content

Commit

Permalink
feat(ci): deploy prod cms SIL copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed Jun 6, 2023
1 parent 4eb9f49 commit cda1659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multitenant-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
run: cd deploy/ && cat deploy.sh && sh deploy.sh

deploy_to_prod:
name: Deploy sil testing server to google kubernetes engine
name: Deploy sil prod server to google kubernetes engine
if: ${{ github.ref == 'refs/heads/main-v2'}}
strategy:
matrix:
go-version: [1.18.x]
environment: [multitenant-prod]
environment: [multitenant-prod, sil-prod]

runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit cda1659

Please sign in to comment.