mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 22:29:57 +00:00
TUN-5504: Fix upload of packages to public repo
This commit is contained in:
2
Makefile
2
Makefile
@@ -116,7 +116,7 @@ test-ssh-server:
|
|||||||
define publish_package
|
define publish_package
|
||||||
chmod 664 cloudflared*.$(1); \
|
chmod 664 cloudflared*.$(1); \
|
||||||
for HOST in $(CF_PKG_HOSTS); do \
|
for HOST in $(CF_PKG_HOSTS); do \
|
||||||
ssh-keyscan -t rsa $$HOST >> ~/.ssh/known_hosts; \
|
ssh-keyscan -t ecdsa $$HOST >> ~/.ssh/known_hosts; \
|
||||||
scp -p -4 cloudflared*.$(1) cfsync@$$HOST:/state/cf-pkg/staging/$(2)/$(TARGET_PUBLIC_REPO)/cloudflared/; \
|
scp -p -4 cloudflared*.$(1) cfsync@$$HOST:/state/cf-pkg/staging/$(2)/$(TARGET_PUBLIC_REPO)/cloudflared/; \
|
||||||
done
|
done
|
||||||
endef
|
endef
|
||||||
|
Reference in New Issue
Block a user