From 7240ba6471dbd335b810b5eb1e389d1a1fb58737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Debuchy?= Date: Thu, 12 Aug 2021 16:56:56 -0300 Subject: [PATCH] Replace dist folder with public --- deploy-hooks/build-before.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-hooks/build-before.yml b/deploy-hooks/build-before.yml index a42b124490..6fef7df48f 100644 --- a/deploy-hooks/build-before.yml +++ b/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 @@ -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