Skip to content

Commit

Permalink
feat: k8s continuous deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Jul 30, 2024
1 parent f4f6cb0 commit 8f1eb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "DEPLOY_ENV=dev" >> $GITHUB_ENV
-
name: Set publish flag
if: ${{ env.BRANCH == 'main' || env.BRANCH == 'release-candidate' || env.BRANCH == 'develop' || env.BRANCH == 'feature/*' }}
if: ${{ env.BRANCH == 'main' || env.BRANCH == 'release-candidate' || env.BRANCH == 'develop' || env.BRANCH == 'feature/aes-138-add-gh-workflow-to-js-ceramic' }}
run: echo "PUBLISH=true" >> $GITHUB_ENV
-
name: Get version
Expand All @@ -81,7 +81,7 @@ jobs:
-
name: Push Docker image
if: ${{ env.PUBLISH == 'true' }}
run: dagger do push -w "actions:push:\"${{ env.AWS_REGION }}\":\"${{ env.DEPLOY_ENV }}\":\"${{ env.BRANCH }}\":\"${{ env.SHA }}\":\"${{ env.SHA_TAG }}\":\"${{ env.VERSION }}\":_" -p ${{ env.DAGGER_PLAN }}
run: dagger do push -w "actions:push:\"${{ env.AWS_REGION }}\":\"${{ env.DEPLOY_ENV }}\":\"develop\":\"${{ env.SHA }}\":\"${{ env.SHA_TAG }}\":\"${{ env.VERSION }}\":_" -p ${{ env.DAGGER_PLAN }}
-
name: Schedule k8s deployment
run: |
Expand Down

0 comments on commit 8f1eb7f

Please sign in to comment.