1
0
forked from PGL/Clyde

I am stupid

This commit is contained in:
Debucquoy Anthony 2024-02-26 16:52:02 +01:00
parent c11ad4fa11
commit 3f74c5bb07
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -50,5 +50,5 @@ jobs:
run: |
echo "${{ secrets.SSH_KEY }}" > key
chmod 0600 key
ssh -o "StrictHostKeyChecking=no" -o "LogLevel=ERROR" -i key "docker-compose restart"
ssh -o "StrictHostKeyChecking=no" -o "LogLevel=ERROR" -i key ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "docker-compose restart"
- run: echo "The backend has been deployed. running at https://clyde.herisson.ovh/api"