diff --git a/.github/workflows/dss-deploy.yml b/.github/workflows/dss-deploy.yml index 8a7c64c0e..f8865e711 100644 --- a/.github/workflows/dss-deploy.yml +++ b/.github/workflows/dss-deploy.yml @@ -44,4 +44,5 @@ jobs: working-directory: ./deploy/operations/ env: COMPOSE_PROFILES: aws-1 - run: docker-compose up -d \ No newline at end of file + run: | + docker-compose up -d \ No newline at end of file