Skip to content

Commit

Permalink
Merge pull request #1309 from jdebuchy/fix-example
Browse files Browse the repository at this point in the history
Update Deploy Hook example's folder to public
  • Loading branch information
retlehs committed Aug 14, 2021
2 parents b6fde51 + 7240ba6 commit ecc9023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-hooks/build-before.yml
@@ -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 ecc9023

Please sign in to comment.