Skip to content

Commit

Permalink
Merge pull request #428 from icssc/deploy-config
Browse files Browse the repository at this point in the history
add database secret
  • Loading branch information
KatyH820 authored Apr 29, 2024
2 parents 5632982 + 6abddb6 commit 6f495c0
Show file tree
Hide file tree
Showing 3 changed files with 11,759 additions and 9,203 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@zotmeal/prettier-config": "workspace:^0.1.0",
"@zotmeal/tsconfig": "workspace:^0.1.0",
"dotenv-cli": "^7.4.1",
"drizzle-kit": "^0.20.14",
"drizzle-kit": "^0.20.17",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
Expand Down
Loading

0 comments on commit 6f495c0

Please sign in to comment.