diff --git a/.github/workflows/aws-cicd.yml b/.github/workflows/aws-cicd.yml index 21912d06..6de25442 100644 --- a/.github/workflows/aws-cicd.yml +++ b/.github/workflows/aws-cicd.yml @@ -113,7 +113,7 @@ jobs: echo "${{ secrets.APPLICATION_SECRET_PROPERTIES }}" > ./${{ env.MODULE }}/infra/${{ env.DEPLOY_TARGET }}/application-secret.properties - name: Send Docker Compose - uses: appleboy/ssh-action@master + uses: appleboy/ssh-action@v1.0.3 with: host: ${{secrets.AWS_INSTANCE_HOST}} username: ubuntu diff --git a/layer-api/infra/aws/docker-compose.yaml b/layer-api/infra/aws/docker-compose.yaml index cb77ba9c..e313ffee 100644 --- a/layer-api/infra/aws/docker-compose.yaml +++ b/layer-api/infra/aws/docker-compose.yaml @@ -1,6 +1,6 @@ services: java-app: - image: docker.io/clean01/layer-server:latest + image: docker.io/clean01/layer-server_layer-api:latest container_name: layer-api ports: - "8080:8080"