.
Some checks failed
Build and test backend / Build-backend (push) Successful in 1m17s
Build and test backend / Test-backend (push) Successful in 1m17s
deploy to production / deploy-frontend (push) Successful in 23s
deploy to production / deploy-backend (push) Failing after 1m21s
Build and test FrontEnd / Build-frontend (push) Successful in 23s
Build and test FrontEnd / Test-frontend (push) Successful in 22s

This commit is contained in:
Debucquoy Anthony 2024-02-26 19:29:40 +01:00
parent 883ff19fa3
commit f1154713b7
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -46,9 +46,9 @@ jobs:
chmod 0600 key
scp -o "StrictHostKeyChecking=no" -o "LogLevel=ERROR" -i key -r * ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:api/
- name: restarting the backend
working-directory: ./backend
run: |
echo "${{ secrets.SSH_KEY }}" > key
chmod 0600 key
cd backend
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"