Updates to deploy.yaml, concatenating to one script.

This commit is contained in:
Bailey Taylor
2025-09-23 08:15:40 +00:00
parent 2a3d1be7b4
commit 3eac3538d6

View File

@@ -23,9 +23,5 @@ jobs:
fi
- name: Deploy via script
run: |
if [[ "${{ steps.envmap.outputs.ENV }}" == "prod" ]]; then
bash /home/sonder/deploy-prod.sh
else
bash /home/sonder/deploy-dev.sh
fi
run: |
ssh ${SSH_USER}@${SSH_HOST} "bash /home/sonder/deploy.sh ${{ steps.envmap.outputs.ENV }}"