diff --git a/.github/workflows/production_build_deploy.yml b/.github/workflows/production_build_deploy.yml index 7089274..5fb23c1 100644 --- a/.github/workflows/production_build_deploy.yml +++ b/.github/workflows/production_build_deploy.yml @@ -100,7 +100,7 @@ jobs: remote_user: ${{ secrets.EC2_USERNAME }} remote_key: ${{ secrets.EC2_PRIVATE_KEY }} path: ./docker/docker-compose.yml - remote_path: /home/ec2-user/app + remote_path: /home/ubuntu/app # EC2로 배포 - name: Deploy to EC2 Server