Skip to content

Commit 6a7ab6b

Browse files
committed
[TASK] Adjust deployment to also deploy folders
1 parent 0ed00df commit 6a7ab6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cp -r ~/httpdocs/* ~/backup/ 2>/dev/null || true
2525
rm -rf ~/httpdocs/*
2626
git clone https://github.com/${{ github.repository }}.git ~/pagespeed-impact
27-
cp ~/pagespeed-impact/public/* ~/httpdocs/
27+
cp -r ~/pagespeed-impact/public/* ~/httpdocs/
2828
ln -s ~/shared/matomo.js ~/httpdocs/matomo.js
2929
chown -R ${{ secrets.USERNAME }} ~/httpdocs/
3030
chmod -R 644 ~/httpdocs/*

0 commit comments

Comments
 (0)