Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcccsliu committed Mar 29, 2024
1 parent 474cdae commit 297f616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
git pull origin main
fi
echo "ENV_FILE_CONTENT:"
echo "${{ secrets.ENV_FILE_CONTENT }}" | base64 --decode
echo "${{ secrets.ENV_FILE_CONTENT }}" | base64 --decode > .env
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 297f616

Please sign in to comment.