diff --git a/.github/workflows/aws-cicd.yml b/.github/workflows/aws-cicd.yml index f8024ff2..32538163 100644 --- a/.github/workflows/aws-cicd.yml +++ b/.github/workflows/aws-cicd.yml @@ -128,7 +128,7 @@ jobs: username: ubuntu key: ${{ secrets.AWS_INSTANCE_PEM }} port: 22 - source: "./layer-api/infra/aws/*,./layer-batch/infra/aws/*" + source: "./layer-api/infra/aws/* target: "/home/ubuntu" - name: Deploy with Docker Compose