diff options
| author | Bobby <[email protected]> | 2024-06-06 15:30:51 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-06-06 15:30:51 +0000 |
| commit | 5513d897a07e8df12955db49fa2f3309e0baf97c (patch) | |
| tree | 450a5eda1659a5da38dc938cf59d0289df310077 | |
| parent | 822fc8dffd0ca15700197076d8f6a3d8eb2cabf1 (diff) | |
| download | thatcomputerscientist-5513d897a07e8df12955db49fa2f3309e0baf97c.tar.xz thatcomputerscientist-5513d897a07e8df12955db49fa2f3309e0baf97c.zip | |
Add to Shifooenv
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ccd9d77..dcb082eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: # if [ -z "$GEMINI_API_KEY" ]; then # export GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }} # fi - # Add to /home/ubuntu/.env - grep -qxF 'GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}' /home/ubuntu/.env || echo 'GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}' >> /home/ubuntu/.env + # Add to /home/ubuntu/.shifooenv + grep -qxF 'GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}' /home/ubuntu/.shifooenv || echo 'GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}' >> /home/ubuntu/.shifooenv cat /home/ubuntu/deploy.sh sh /home/ubuntu/deploy.sh |
