Skip to content

Commit

Permalink
feat: action | update CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
MRoyhanF committed Nov 19, 2024
1 parent 892bbdb commit a725001
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
echo " IMAGEKIT_API_KEY: '${{ secrets.IMAGEKIT_API_KEY }}'" >> app.yaml
echo " IMAGEKIT_URL_ENDPOINT: '${{ secrets.IMAGEKIT_URL_ENDPOINT }}'" >> app.yaml
echo " JWT_SECRET: '${{ secrets.JWT_SECRET }}'" >> app.yaml
echo " SENTRY_DSN: '${{ secrets.SENTRY_DSN }}'" >> app.yaml
echo " EMAIL_USER: '${{ secrets.EMAIL_USER }}'" >> app.yaml
echo " EMAIL_PASSWORD: '${{ secrets.EMAIL_PASSWORD }}'" >> app.yaml
echo " DOMAIN: '${{ secrets.DOMAIN }}'" >> app.yaml
- name: Deploy to Google App Engine
run: |
Expand Down

0 comments on commit a725001

Please sign in to comment.