Deployment (doc)
This commit is contained in:
@@ -1,2 +1,6 @@
|
|||||||
start:
|
start:
|
||||||
pnpm dlx serve src
|
pnpm dlx serve src
|
||||||
|
|
||||||
|
# Require a password. Not versioned.
|
||||||
|
deploy:
|
||||||
|
lftp -e "mirror -R ./ ftp://dhufpvp@ftp.cluster029.hosting.ovh.net/www" -u dhufpvp
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
ErrorDocument 404 /404.html
|
||||||
|
|
||||||
|
RewriteCond %{HTTPS} off
|
||||||
|
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
|
||||||
Reference in New Issue
Block a user