From bc62160f1b3f52c1894f9cc6d95ffda1c2836ccf Mon Sep 17 00:00:00 2001 From: Chris Tremblay <62187826+chtrembl@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:33:03 -0400 Subject: [PATCH] Update petstoreapp_ci_cd_to_appservice.yml --- .github/workflows/petstoreapp_ci_cd_to_appservice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/petstoreapp_ci_cd_to_appservice.yml b/.github/workflows/petstoreapp_ci_cd_to_appservice.yml index 1304dfa8..01051ee9 100644 --- a/.github/workflows/petstoreapp_ci_cd_to_appservice.yml +++ b/.github/workflows/petstoreapp_ci_cd_to_appservice.yml @@ -28,7 +28,7 @@ jobs: - name: Copy minified Soul Machines React app to Spring Boot static resources run: | 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 + mv petstore/petstoreapp/soulmachines-react-app/build/index.html petstore/petstoreapp/src/main/resources/static - 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