We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54cd0f commit ea77c09Copy full SHA for ea77c09
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Copy build to destination
43
run: |
44
# Remove all files from destination except .git and distribucions subdirectories
45
- find destination -mindepth 1 -not -path '*/.git' -not -path '*/distribucions/catux/*' -not -name 'CNAME' -type f -delete;
+ find destination -mindepth 1 -not -path '*/.git/*' -not -path '*/distribucions/catux/*' -not -name 'CNAME' -type f -delete;
46
47
# Copy all built files to destination
48
cp -r source/app/public/* destination/
0 commit comments