diff options
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30508f4c..064a6ffe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,4 @@ jobs: port: ${{ secrets.PORT }} script: | grep -qxF 'GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}' /home/ubuntu/.shifooenv || echo 'GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}' >> /home/ubuntu/.shifooenv - # Print the environment variables - test purpose - cat /home/ubuntu/.shifooenv - echo "Deploying the code" sh /home/ubuntu/deploy.sh |
