diff --git a/.github/workflows/petstoreapp_ci_cd_to_appservice.yml b/.github/workflows/petstoreapp_ci_cd_to_appservice.yml index f823ae38..1304dfa8 100644 --- a/.github/workflows/petstoreapp_ci_cd_to_appservice.yml +++ b/.github/workflows/petstoreapp_ci_cd_to_appservice.yml @@ -27,8 +27,8 @@ jobs: npm run build - name: Copy minified Soul Machines React app to Spring Boot static resources run: | - mv build/static/ ../src/main/resources/static - mv build/index.html ../src/main/resources/templates + mv petstore/petstoreapp/soulmachines-react-app/build/static/ petstore/petstoreapp/src/main/resources/static + mv petstore/petstoreapp/soulmachines-react-app/build/index.html petstore/petstoreapp/src/main/resources/templates - name: Update the version.json run: echo -n -e "{\"version\":\"${{ github.sha }}\",\"date\":\"$(date '+%m-%d-%Y %H:%M:%S')\"}" > petstore/petstoreapp/src/main/resources/static/content/version.json - run: cat petstore/petstoreapp/src/main/resources/static/content/version.json