adding home/ec2-user folder

This commit is contained in:
Darrel Pol 2024-09-10 22:18:51 -05:00
parent fb2aff3b67
commit 46d47b7b2b

View file

@ -22,7 +22,7 @@ jobs:
- name: SSH into EC2 and deploy the app
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.MOONLITE_AWS_EC2_SSH_USER }}@${{ secrets.MOONLITE_AWS_EC2_SSH_HOST }} << 'EOF'
cd /apps/stable-diffusion-webui
cd /home/ec2-user/apps/stable-diffusion-webui
git pull origin master
conda activate myenv