diff options
| author | Bobby <[email protected]> | 2024-06-06 16:08:33 +0000 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-06-06 16:08:33 +0000 |
| commit | 80874ac98c76d504e5bfd36cfd8b9476b94c8081 (patch) | |
| tree | 17e6a9970ae1464f70d10f799bb754059acf4eb2 /.github/workflows | |
| parent | a1b32703dc708de3fbfa183353cbea62a0cf6531 (diff) | |
| download | thatcomputerscientist-80874ac98c76d504e5bfd36cfd8b9476b94c8081.tar.xz thatcomputerscientist-80874ac98c76d504e5bfd36cfd8b9476b94c8081.zip | |
test spam c
Diffstat (limited to '.github/workflows')
| -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 |
