Skip to content

Commit

Permalink
fix(CI): Fixes deploy command params for emailinbounder-dev (#2835)
Browse files Browse the repository at this point in the history
  • Loading branch information
betimshahini committed Feb 5, 2024
1 parent 99ef1b9 commit ec4c4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-emailinbounder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
apiToken: ${{ secrets.TOKEN_CLOUDFLARE_API }}
accountId: ${{ secrets.INTERNAL_CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: platform/emailinbounder
command: publish
command: publish --config wrangler.dev.toml --env dev
environment: 'dev'
secrets: |
SECRET_EMAIL_DISTRIBUTION_MAP
INTERNAL_EMAIL_DISTRIBUTION_KEY
Expand Down

0 comments on commit ec4c4b1

Please sign in to comment.