Skip to content

Commit 2d8bdcc

Browse files
committed
deploy.sh: don't bother creating symlinks or setting ownership to www-data
1 parent fc08e7b commit 2d8bdcc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deploy.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/bin/bash
22
# Temporary hack to enable automatic deployments
33
rsync -a --delete /home/glass/plugorgau.github.io/_site/ /var/www/plug.org.au/
4-
ln -s /srv/efs/sites/plug.org.au/media/ /var/www/plug.org.au/media
5-
ln -s /srv/efs/sites/plug.org.au/media/video /var/www/plug.org.au/video
6-
chown -R www-data:www-data /var/www/plug.org.au/
4+
chown -R root:root /var/www/plug.org.au/

0 commit comments

Comments
 (0)