Fix deploy script
This commit is contained in:
parent
d5db048ec6
commit
bee92f3b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
podman build . -f packages/website/Dockerfile -t jade-website-frontend:latest;
|
||||
podman save --format oci-archive jade-website-frontend:latest | gzip | ssh fedora@213.32.25.24 -T "zcat > /opt/images/jade-website-frontend"
|
||||
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'"
|
||||
Loading…
Add table
Reference in a new issue