From fd564e29d0560f2fb1527bbdadd4f4e1fe78354c Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Wed, 6 Nov 2024 20:41:32 -0600 Subject: [PATCH] fixing that path --- .github/workflows/on_push_deploy_to_staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_push_deploy_to_staging.yaml b/.github/workflows/on_push_deploy_to_staging.yaml index ecf68a4ee..50891c8c5 100644 --- a/.github/workflows/on_push_deploy_to_staging.yaml +++ b/.github/workflows/on_push_deploy_to_staging.yaml @@ -77,7 +77,7 @@ jobs: # Run the new Docker container docker run --gpus all -d -p 7861:7861 --name moonlite-sd \ - -v /home/ec2-user/apps/stable-diffusion-webui/outputs/img2img-images:/home/ec2-user/apps/stable-diffusion-webui/outputs/img2img-images \ + -v /home/ec2-user/apps/stable-diffusion-webui/outputs/img2img-images:/app/outputs/img2img-images \ -v /home/ec2-user/apps/media_root:/home/ec2-user/apps/media_root \ --env-file /home/${{ secrets.STAGING_EC2_USER }}/.env \ ${{ secrets.STAGING_ECR_URI }}:latest