Files
continuwuity/deploy_website.nu
T

2 lines
234 B
Nu
Raw Normal View History

2024-08-26 20:21:41 +01:00
podman build . -f packages/website/Dockerfile -t jade-website-frontend:latest;
2024-11-24 03:03:53 +00:00
podman save --format oci-archive jade-website-frontend:latest | gzip | ssh fedora@213.32.25.24 -T "sudo sh -c ' zcat > /opt/images/jade-website-frontend'"