Skip to content

Commit

Permalink
[DOP-4451]: Refactor enhanced deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed May 8, 2024
1 parent 79ebea7 commit 94208b2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy-stg-enhanced-worker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
paths: ['src/**', 'cdk-infra/lib/constructs/worker/**', 'Dockerfile', 'modules/**']
# paths: ['src/**', 'cdk-infra/lib/constructs/worker/**', 'Dockerfile', 'modules/**']
branches:
- 'main'
- 'integration'
- "DOP-4451"
- 'DOP-4451'
concurrency:
group: environment-stg-enhanced-worker-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -28,5 +28,8 @@ jobs:
npm ci
cd cdk-infra/
npm ci
npm run deploy:feature:stack -- -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg auto-builder-stack-enhancedApp-dotcomstg-worker
npm run deploy:feature:stack -- -c env=stg -c customFeatureName=enhancedApp-stg auto-builder-stack-enhancedApp-stg-worker
npm run cdk destroy -- -c customFeatureName=enhancedApp-dotcomstg --force auto-builder-stack-enhancedApp-dotcomstg-webhooks
npm run deploy:feature:stack -- -c isFeatureBranch=true -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg \
auto-builder-stack-enhancedApp-dotcomstg-worker
npm run deploy:feature:stack -- -c isFeatureBranch=true -c env=dotcomstg -c customFeatureName=enhancedApp-dotcomstg \
auto-builder-stack-enhancedApp-dotcomstg-webhooks

0 comments on commit 94208b2

Please sign in to comment.