fixed deploy shebang

This commit is contained in:
Zdenek Borovec 2023-12-21 15:27:11 +01:00
parent cc7488a190
commit 264057a881

2
deploy Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!bin/bash #!/bin/sh
# Copy the docs and assets directories onto the server # Copy the docs and assets directories onto the server
cp -r docs /srv/http cp -r docs /srv/http