Skip to content

Commit

Permalink
fixing bugss
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassin-Samir committed Aug 25, 2024
1 parent 8043225 commit 4405972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
CLIENT_EMAIL: ${{ vars.CLIENT_EMAIL }}
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
NEXT_PUBLIC_SEARCH_ALGOLIA_KEY: ${{ secrets.NEXT_PUBLIC_SEARCH_ALGOLIA_KEY }}
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
run: |
npx sst deploy --stage prod

0 comments on commit 4405972

Please sign in to comment.