Skip to content

Commit

Permalink
try printing env contents
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcccsliu committed Mar 29, 2024
1 parent 2e7a4c7 commit 4e47161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
else
git pull origin main
fi
echo "$ENV_FILE_CONTENT"
echo "$ENV_FILE_CONTENT" > .env
docker build -t hackgpt .
docker stop hackgpt-container || true
Expand Down

0 comments on commit 4e47161

Please sign in to comment.