mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-02 22:02:50 -08:00
added file location
This commit is contained in:
parent
18690cfe3e
commit
e0b0b1cc6c
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
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Copy .env file to EC2 instance
|
||||
run: |
|
||||
scp -o StrictHostKeyChecking=no .env ${{ secrets.MOONLITE_AWS_EC2_SSH_USER }}@${{ secrets.MOONLITE_AWS_EC2_SSH_HOST }}:/home/ec2-user/apps/stable-diffusion/
|
||||
scp -o StrictHostKeyChecking=no .env ${{ secrets.MOONLITE_AWS_EC2_SSH_USER }}@${{ secrets.MOONLITE_AWS_EC2_SSH_HOST }}:/home/ec2-user/apps/stable-diffusion/.env
|
||||
|
||||
- name: SSH into EC2 and deploy the app
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue