Add script for deploying to the server
This commit is contained in:
parent
3a3adc2801
commit
a334ed0146
1 changed files with 1 additions and 0 deletions
1
deploy_website.nu
Normal file
1
deploy_website.nu
Normal file
|
|
@ -0,0 +1 @@
|
|||
podman build . -f packages/website/Dockerfile -t jade-website-frontend:latest; podman save --format oci-archive jade-website-frontend:latest | gzip | ssh core@176.126.240.240 -T "zcat > /opt/images/jade-website-frontend"
|
||||
Loading…
Add table
Reference in a new issue