Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcccsliu committed Mar 29, 2024
1 parent bf5117c commit 474cdae
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 "$ENV_FILE_CONTENT"
echo "$ENV_FILE_CONTENT" > .env
echo "${{ secrets.ENV_FILE_CONTENT }}" | base64 --decode
echo "${{ secrets.ENV_FILE_CONTENT }}" | base64 --decode > .env
docker build -t hackgpt .
docker stop hackgpt-container || true
docker rm hackgpt-container || true
Expand Down

0 comments on commit 474cdae

Please sign in to comment.