Switched back to bash instead of SSH on deploy.yaml
Some checks failed
Deploy Frontend / deploy (push) Failing after 4s
Some checks failed
Deploy Frontend / deploy (push) Failing after 4s
This commit is contained in:
@@ -28,5 +28,4 @@ jobs:
|
||||
|
||||
- name: Deploy via script
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no ${SSH_USER}@${SSH_HOST} \
|
||||
"bash /home/sonder/deploy.sh ${{ steps.envmap.outputs.ENV }}"
|
||||
bash /home/sonder/deploy.sh ${{ steps.envmap.outputs.ENV }}
|
||||
|
||||
Reference in New Issue
Block a user