update hosting provider
This commit is contained in:
parent
3d234d4ec3
commit
3f0923d045
|
@ -1,4 +1,4 @@
|
|||
Note - push to Dokku by doing a `git push` in the build directory:
|
||||
Note - push to production by doing a `git push` in the build directory:
|
||||
`rayelliott.dev/`.
|
||||
|
||||
Serve development server with:
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
_password="$1"
|
||||
|
||||
./build.sh
|
||||
lftp -e "mirror -R blog ." -u "hugo@rayelliott.dev,$_password" ftp://ftp.rayelliott.dev
|
Reference in New Issue