diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d8339a22..d26bad5d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -47,7 +47,7 @@ jobs: #Setting yml - name: Settings for config service run: | - cd .config-service/src/main/resources + cd ./config-service/src/main/resources touch ./bootstrap.yml echo "${{ secrets.CONFIG_APPLICATION_YML }}" > ./bootstrap.yml cd