Switched back to bash instead of SSH on deploy.yaml
Some checks failed
Deploy Frontend / deploy (push) Failing after 4s

This commit is contained in:
Bailey Taylor
2025-09-23 08:23:20 +00:00
parent 4e67d910f7
commit d1ad1274df

View File

@@ -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 }}