Add upload
recipe
This commit is contained in:
parent
e998292e94
commit
61680e8e2f
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -12,3 +12,6 @@ generate-html:
|
||||||
|
|
||||||
install-drupal:
|
install-drupal:
|
||||||
drush si --db-url=sqlite://localhost/db.sqlite
|
drush si --db-url=sqlite://localhost/db.sqlite
|
||||||
|
|
||||||
|
upload:
|
||||||
|
rsync -avzP html/ ssh.oliverdavies.uk:/var/www/vhosts/www.oliverdavies.uk-tome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue