fix(website): use relative path cmd before cd

This commit is contained in:
Julien Oculi 2024-06-06 16:07:33 +02:00
parent e0f7c68e3c
commit 80f608e6f1

View file

@ -1,10 +1,10 @@
# Setup website service
cp ./website/systemd/website.service /etc/systemd/system
# Pull website sources # Pull website sources
cd /srv/www cd /srv/www
git pull origin main git pull origin main
# Setup website service
cp ./website/systemd/website.service /etc/systemd/system
# Start website # Start website
systemctl daemon-reload systemctl daemon-reload
systemctl enable website systemctl enable website