Skip to content

Commit

Permalink
just forget about automating the .env honestly
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcccsliu committed Mar 29, 2024
1 parent 297f616 commit 5f31972
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
else
git pull origin main
fi
echo "ENV_FILE_CONTENT:"
echo "${{ secrets.ENV_FILE_CONTENT }}"
echo "${{ secrets.ENV_FILE_CONTENT }}" > .env
docker build -t hackgpt .
docker stop hackgpt-container || true
docker rm hackgpt-container || true
Expand Down

0 comments on commit 5f31972

Please sign in to comment.