Skip to content

Commit

Permalink
Fix .env path
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Sep 7, 2024
1 parent fad6bdf commit 4c2d5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ducksmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fingerprint: ${{ secrets.PRODUCTION_SSH_FINGERPRINT }}
username: ${{ secrets.PRODUCTION_SSH_USER }}
key: ${{ secrets.PRODUCTION_SSH_KEY }}
source: /home/bperel/workspace/DucksManager2/packages/api/.env.prod.local
source: /home/bperel/workspace/DucksManager2/packages/api/.env
target: packages/api/.env

- name: Set up Docker Buildx
Expand Down
1 change: 1 addition & 0 deletions apps/duck-estimator/duck-estimator-db
Submodule duck-estimator-db added at 2aa53c

0 comments on commit 4c2d5eb

Please sign in to comment.