Skip to content

Commit

Permalink
Replace password with github secret.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Benusovich <[email protected]>
  • Loading branch information
dbenusov committed Oct 31, 2024
1 parent aa330d4 commit 4e9a632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
env:
IMAGE_NAME: collision-mapper
DOCKER_USERNAME: flyingmonkeys1996
POSTGRES_USER: postgres # Database username
POSTGRES_PASSWORD: password # Database password
POSTGRES_USER: ${{ secrets.POSTGRES_USER }} # Database username
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }} # Database password
POSTGRES_DB: collisions # Database name

jobs:
Expand Down
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

0 comments on commit 4e9a632

Please sign in to comment.