Skip to content

Commit

Permalink
Replace dist folder with public
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebuchy committed Aug 12, 2021
1 parent b6fde51 commit 7240ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-hooks/build-before.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Placeholder `deploy_build_before` hook for building theme assets on the
# host machine and then copying the files to the remote server
#
# ⚠️ This example assumes your theme is using Sage 9
# ⚠️ This example assumes your theme is using Sage 10
# An example for themes built with Sage 8 can be found at: https://git.io/vdgUt
#
# Uncomment the lines below and replace `sage` with your theme folder
Expand All @@ -26,7 +26,7 @@
#
# - name: Copy production assets
# synchronize:
# src: "{{ project_local_path }}/web/app/themes/sage/dist"
# src: "{{ project_local_path }}/web/app/themes/sage/public"
# dest: "{{ deploy_helper.new_release_path }}/web/app/themes/sage"
# group: no
# owner: no
Expand Down

0 comments on commit 7240ba6

Please sign in to comment.