Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
emnbdx committed Nov 7, 2024
2 parents 6eb5edf + 883a2c4 commit 0029b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +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 }}
envkey_MANDRILL_API: ${{ secrets.PROD_MANDRILL_API }}
file_name: .env

- name: SFTP Deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +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 }}
envkey_MANDRILL_API: ${{ secrets.SANDBOX_MANDRILL_API }}
file_name: .env

- name: SFTP Deploy
Expand Down

0 comments on commit 0029b0c

Please sign in to comment.