Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic authored Dec 18, 2023
1 parent e50b75c commit f1473bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:

- name: Build project
run: npm run build
env:
EMAILJS_ACCOUNT_PUBLIC_KEY: ${{ secrets.EMAILJS_ACCOUNT_PUBLIC_KEY }}
EMAILJS_SERVICE_ID: ${{ secrets.EMAILJS_SERVICE_ID }}
EMAILJS_TEMPLATE_ID: ${{ secrets.EMAILJS_TEMPLATE_ID }}
RECAPTCHA_V2_WEBSITE_PUBLIC_KEY: ${{ secrets.RECAPTCHA_V2_WEBSITE_PUBLIC_KEY }}

- name: Upload production-ready build files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f1473bd

Please sign in to comment.