mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
chore: remove staging & prod deploy actions
This commit is contained in:
parent
3db7b51d68
commit
82a786a1d4
2 changed files with 0 additions and 36 deletions
18
.github/workflows/deploy-prod.yml
vendored
18
.github/workflows/deploy-prod.yml
vendored
|
|
@ -1,18 +0,0 @@
|
|||
name: Deploy Prod
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ["v*.*.*"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy-prod:
|
||||
uses: ./.github/workflows/_gcp-deploy.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: 'read'
|
||||
# Requird for OIDC auth with GCP.
|
||||
# @see: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
|
||||
id-token: 'write'
|
||||
with:
|
||||
environment: prod
|
||||
18
.github/workflows/deploy-staging.yml
vendored
18
.github/workflows/deploy-staging.yml
vendored
|
|
@ -1,18 +0,0 @@
|
|||
name: Deploy Staging
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy-staging:
|
||||
uses: ./.github/workflows/_gcp-deploy.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: 'read'
|
||||
# Requird for OIDC auth with GCP.
|
||||
# @see: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
|
||||
id-token: 'write'
|
||||
with:
|
||||
environment: staging
|
||||
Loading…
Reference in a new issue