Skip to content

Commit

Permalink
OPS: Add cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Feb 24, 2025
1 parent 5584590 commit cfc2acf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: cd

on:
push:
branches-ignore:
- main

jobs:
deploy:
if: "!contains(github.event.head_commit.message, 'skipci')"
uses: octue/workflows/.github/workflows/build-twined-service.yml@0.4.2
permissions:
id-token: write
contents: read
with:
gcp_project_name: octue-sdk-python
gcp_project_number: 437801218871
gcp_region: europe-west1
gcp_resource_affix: octue
gcp_service_name: example-service-kueue

0 comments on commit cfc2acf

Please sign in to comment.