Split translation file in multiple files: one per language
This commit is contained in:
parent
ec36391ec8
commit
6010c8600f
6 changed files with 339 additions and 331 deletions
2
do.nu
2
do.nu
|
|
@ -56,7 +56,7 @@ def "main deploy" [
|
|||
invoke_ssh [rm -rf recipes/static]
|
||||
copy_ssh ./backend/static/ $destination
|
||||
copy_ssh ./backend/sql/ $destination
|
||||
copy_ssh ./backend/translation.ron $destination
|
||||
copy_ssh ./backend/translations/ $destination
|
||||
invoke_ssh [chmod u+x recipes/recipes]
|
||||
invoke_ssh [sudo systemctl start recipes]
|
||||
print "Deployment finished"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue