Skip to content

Commit

Permalink
(PC-31321)[API] ci: create workflow to test changes on ops
Browse files Browse the repository at this point in the history
  • Loading branch information
lgerard-pass committed Aug 19, 2024
1 parent 5077d34 commit 8dab91c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/dev_on_dispatch_deploy_ops.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
workflow_dispatch:
inputs:
pcapi_image_tag:
description: pcapi image tag to deploy
required: true

permissions: write-all

jobs:
deploy-to-ops:
name: "Deploy to ops"
uses: ./.github/workflows/dev_on_workflow_deploy.yml
with:
environment: ops
app_version: ${{ inputs.pcapi_image_tag }}
teleport_version: 15.2.5
teleport_proxy: teleport.ops.passculture.team:443
teleport_kubernetes_cluster: passculture-metier-ops
deploy_api: true
deploy_pro: false
secrets:
GCP_EHP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_EHP_WORKLOAD_IDENTITY_PROVIDER }}
GCP_EHP_SERVICE_ACCOUNT: ${{ secrets.GCP_EHP_SERVICE_ACCOUNT }}

0 comments on commit 8dab91c

Please sign in to comment.