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 00f9f0d commit 9b5cb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Copy environment file
run: cp .env app/api/.env
run: cp .env apps/api/
- name: Deploy
run: cd apps/api && make deploy

0 comments on commit 9b5cb86

Please sign in to comment.