mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 13:22:04 -08:00
fix to save env file
This commit is contained in:
parent
a06a56381c
commit
30347c3e1e
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
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Copy .env file to EC2 instance
|
||||
run: |
|
||||
scp -o StrictHostKeyChecking=no -i ${{ secrets.MOONLITE_AWS_EC2_SSH_KEY }} .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/
|
||||
|
||||
- name: SSH into EC2 and deploy the app
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue