mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-02 05:43:39 -08:00
adding home/ec2-user folder
This commit is contained in:
parent
fb2aff3b67
commit
46d47b7b2b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/on_merge_to_master.yaml
vendored
2
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue