1
0
forked from PGL/Clyde
This commit is contained in:
Debucquoy Anthony 2024-02-26 16:30:57 +01:00
parent 5691ff1783
commit 5d877c3460
Signed by untrusted user: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -51,5 +51,5 @@ jobs:
run: | run: |
echo "${{ secrets.SSH_KEY }}" > key echo "${{ secrets.SSH_KEY }}" > key
chmod 0600 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 "docker-compose restart"
- run: echo "The backend has been deployed. running at https://clyde.herisson.ovh/api" - run: echo "The backend has been deployed. running at https://clyde.herisson.ovh/api"