Skip to content

Commit

Permalink
Fix: fix typo in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Dec 4, 2023
1 parent 5f5262d commit 7eafea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo MONGODB_URI_DEV=${{ secrets.MONGODB_URI_DEV }} >> .env
echo MONGODB_URI_PROD=${{ secrets.MONGODB_URI_PROD }} >> .env
echo PORT=${{ secrets.PORT }} >> .env
echo DEV_PORT=${{ secret.DEV_PORT }} >> .env
echo DEV_PORT=${{ secrets.DEV_PORT }} >> .env
echo DOCKERFILE=Dockerfile.dev >> .env
cat .env
Expand Down

0 comments on commit 7eafea4

Please sign in to comment.