Files
continuwuity/deploy_website.nu
T

2 lines
220 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 02:54:18 +00:00
podman save --format oci-archive jade-website-frontend:latest | gzip | ssh fedora@213.32.25.24 -T "zcat > /opt/images/jade-website-frontend"