Always generate HTML before uploading
This commit is contained in:
parent
ac3299996f
commit
88f7641b3b
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -15,5 +15,5 @@ generate-html:
|
||||||
install-drupal:
|
install-drupal:
|
||||||
drush si --db-url=sqlite://localhost/db.sqlite
|
drush si --db-url=sqlite://localhost/db.sqlite
|
||||||
|
|
||||||
upload:
|
upload: generate-html
|
||||||
rsync -avzP html/ nixedo.oliverdavies.uk:/var/www/vhosts/website-tome
|
rsync -avzP html/ nixedo.oliverdavies.uk:/var/www/vhosts/website-tome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue