Skip to content

Commit

Permalink
update ci/cd to add mandrill
Browse files Browse the repository at this point in the history
  • Loading branch information
emnbdx committed Nov 7, 2024
1 parent fcc8015 commit c851fde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/php-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
envkey_CLIENT_SECRET: ${{ secrets.PROD_CLIENT_SECRET }}
envkey_ENCRYPTION_KEY: ${{ secrets.PROD_ENCRYPTION_KEY }}
envkey_WEBSITE_DOMAIN: ${{ vars.PROD_WEBSITE_DOMAIN }}
envkey_MANDRILL_API: ${{ vars.PROD_MANDRILL_API }}
file_name: .env

- name: SFTP Deploy
Expand All @@ -71,5 +72,5 @@ jobs:
.git*
composer.*
package*
README.MD
*.MD
3 changes: 2 additions & 1 deletion .github/workflows/php-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
envkey_CLIENT_SECRET: ${{ secrets.SANDBOX_CLIENT_SECRET }}
envkey_ENCRYPTION_KEY: ${{ secrets.SANDBOX_ENCRYPTION_KEY }}
envkey_WEBSITE_DOMAIN: ${{ vars.SANDBOX_WEBSITE_DOMAIN }}
envkey_MANDRILL_API: ${{ vars.SANDBOX_MANDRILL_API }}
file_name: .env

- name: SFTP Deploy
Expand All @@ -71,5 +72,5 @@ jobs:
.git*
composer.*
package*
README.MD
*.MD

0 comments on commit c851fde

Please sign in to comment.