Skip to content

Commit

Permalink
Merge pull request #7 from ginruh/dev
Browse files Browse the repository at this point in the history
fix: updated .env
  • Loading branch information
vomaksh authored Jun 23, 2024
2 parents a501249 + a86acc5 commit 29be5db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:

- name: Create .env file
run: |
echo "MONGODB_URI=${{ secrets.APP_MONGODB_URI }}" > .env
echo "MONGODB_DATABASE=${{ secrets.APP_MONGODB_DATABASE }}" >> .env
echo "POSTGRES_URI=${{ secrets.APP_POSTGRES_URI }}" > .env
- name: Build and push listener image
id: push
Expand Down

0 comments on commit 29be5db

Please sign in to comment.