Skip to content

Commit

Permalink
Add ci action to deploy main to production
Browse files Browse the repository at this point in the history
  • Loading branch information
ajluker committed Sep 4, 2024
1 parent a7bea79 commit 2d478ef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Create and publish a Docker image

on:
push:
branches: ['main']

jobs:
build-and-push-image:
permissions:
contents: read
packages: write
attestations: write
id-token: write
uses: ./.github/workflows/build-and-deploy.yml
with:
jelastic_env: fdc-producer
secrets: inherit

0 comments on commit 2d478ef

Please sign in to comment.