fix: change create-daily
to use nvim
This commit is contained in:
parent
5f394a0f34
commit
d3cf57cb16
2
justfile
2
justfile
|
@ -8,7 +8,7 @@ start:
|
||||||
|
|
||||||
create-daily date title:
|
create-daily date title:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
vim $(./tools/scripts/create-daily.sh {{ date }} "{{ title }}")
|
nvim $(./tools/scripts/create-daily.sh {{ date }} "{{ title }}")
|
||||||
|
|
||||||
deploy sha:
|
deploy sha:
|
||||||
rsync -r -avhP --delete dist/* opdavies@104.248.165.137:/srv/oliverdavies.uk
|
rsync -r -avhP --delete dist/* opdavies@104.248.165.137:/srv/oliverdavies.uk
|
||||||
|
|
Loading…
Reference in a new issue