Skip to content

Commit

Permalink
feat(master): add database
Browse files Browse the repository at this point in the history
  • Loading branch information
thaisonenouvo committed Nov 20, 2023
1 parent 21f45ee commit af6fcde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
aws-region: ap-southeast-1
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Copy file env to api
run: cd apps/api && ln -s ../../.env .env
- name: Deploy
run: cd apps/api && make deploy

0 comments on commit af6fcde

Please sign in to comment.