Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
that's not a number!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumi143 committed Apr 5, 2024
1 parent abd2d87 commit 180dfc8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
API_KEY: ${{secrets.API_KEY}}
RUST_LOG: ${{env.RUST_LOG}}
DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}}
DISCORD_APP_ID: 1068554282481229885
DISCORD_APP_ID: '1068554282481229885'
ABSOLUTESOLVER: ${{secrets.ABSOLUTESOLVER}}
SUPABASE_API_KEY: ${{secrets.SUPABASE_API_KEY}}
DISCORD_PUBLIC_KEY: 49ae4185b6190ae3b43d29933f68163df2b29ce3616c2a10c5ced764770e2526
Expand All @@ -46,4 +46,6 @@ jobs:
username: debian
key: ${{ secrets.SERVER_SSH_KEY }}
port: 22
script: sudo systemctl restart mellow
script: |
chmod 777 /home/debian/artifacts/mellow
sudo systemctl restart mellow

0 comments on commit 180dfc8

Please sign in to comment.