X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=a38da6735ab5ac909150a63446dfd8188722ebc2;hb=7b8275a30d08a18257a2c3558bd824951e86ab44;hp=f672bbf564d99d1cb8b420a51bff04c0cbbc8dda;hpb=300242d78bd63e91d0bc452e6284dafbec1043b1;p=proxmox-acme.git diff --git a/Makefile b/Makefile index f672bbf..a38da67 100644 --- a/Makefile +++ b/Makefile @@ -47,5 +47,5 @@ clean: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye --arch ${DEB_BUILD_ARCH} - tar cf - ${DEB_ACME_PLUGS}|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist bullseye --arch ${DEB_BUILD_ARCH} + tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist bullseye + tar cf - ${DEB_ACME_PLUGS}|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist bullseye