Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Oct 18, 2023
2 parents 47ff00b + 0edb91a commit 6ead31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/petstoreapp_ci_cd_to_appservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/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
Expand Down

0 comments on commit 6ead31d

Please sign in to comment.