fk m life
Some checks failed
Build and test backend / Build-backend (push) Successful in 1m20s
Build and test backend / Test-backend (push) Successful in 1m14s
deploy to production / deploy-frontend (push) Successful in 24s
deploy to production / deploy-backend (push) Failing after 1m21s
Build and test FrontEnd / Build-frontend (push) Successful in 22s
Build and test FrontEnd / Test-frontend (push) Successful in 23s
Some checks failed
Build and test backend / Build-backend (push) Successful in 1m20s
Build and test backend / Test-backend (push) Successful in 1m14s
deploy to production / deploy-frontend (push) Successful in 24s
deploy to production / deploy-backend (push) Failing after 1m21s
Build and test FrontEnd / Build-frontend (push) Successful in 22s
Build and test FrontEnd / Test-frontend (push) Successful in 23s
This commit is contained in:
parent
b90716ab38
commit
fdfbd5a948
@ -44,7 +44,7 @@ jobs:
|
||||
run: |
|
||||
echo "${{ secrets.SSH_KEY }}" > key
|
||||
chmod 0600 key
|
||||
scp -o "StrictHostKeyChecking=no" -o "LogLevel=ERROR" -i key -r backend ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:api/
|
||||
scp -o "StrictHostKeyChecking=no" -o "LogLevel=ERROR" -i key -r backend/. ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:api/
|
||||
- name: restarting the backend
|
||||
working-directory: ./backend
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user