1
0
Fork 0

Change style
Deploy / deploy (push) Failing after 14s Details

This commit is contained in:
Digital Studium 2023-07-28 21:05:08 +03:00
parent 95b95bfeb8
commit f8cc97375d
1 changed files with 1 additions and 1 deletions

2
deploy
View File

@ -3,6 +3,6 @@ USER=root
HOST=digitalstudium.com
DIR=/srv/$HOST # the directory where your web site files should go
crater -p && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public folder
franca -p && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public folder
exit 0