Skip to content

Commit

Permalink
ci: #REMOVE-ME test ci deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Jan 14, 2025
1 parent b895e60 commit e9dbdc7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ run-name: Deploy ${{ inputs.channel}}@${{ inputs.revision}} in ${{ inputs.model


on:
push:
branches:
- "IAM-1233"
workflow_dispatch:
inputs:
model:
Expand All @@ -14,6 +17,15 @@ on:
required: true

jobs:
ci-test-deploy:
uses: ./.github/workflows/_deploy.yaml
with:
model: k8s-dev
revision: 336
channel: latest/edge
secrets:
CLIENT_ID: ${{ secrets.JIMM_DEV_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.JIMM_DEV_CLIENT_SECRET }}
dev-deploy:
if: ${{ (inputs.model == 'k8s-dev') }}
uses: ./.github/workflows/_deploy.yaml
Expand Down

0 comments on commit e9dbdc7

Please sign in to comment.