Translation (WIP)
This commit is contained in:
parent
9b0fcec5e2
commit
e9873c1943
29 changed files with 586 additions and 285 deletions
|
|
@ -29,6 +29,7 @@ def main [host: string, destination: string, ssh_key: path] {
|
|||
invoke_ssh [rm -rf recipes/static]
|
||||
copy_ssh ./backend/static/ $destination
|
||||
copy_ssh ./backend/sql/ $destination
|
||||
copy_ssh ./backend/translation.ron $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