mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
Merge pull request #15 from resin-io/RES-1524-push-to-resin-registry
Deploy supervisor to the Resin registry too
This commit is contained in:
commit
07faa4ca34
@ -28,3 +28,19 @@ make SUPERVISOR_VERSION=${VERSION} \
|
||||
PUBNUB_PUBLISH_KEY=${PUBNUB_PUBLISH_KEY} \
|
||||
MIXPANEL_TOKEN=${MIXPANEL_TOKEN} \
|
||||
deploy
|
||||
make SUPERVISOR_VERSION=${ESCAPED_BRANCH_NAME} \
|
||||
ARCH=${ARCH} \
|
||||
JOB_NAME=${JOB_NAME} \
|
||||
DEPLOY_REGISTRY=registry.resinstaging.io/ \
|
||||
PUBNUB_SUBSCRIBE_KEY=${PUBNUB_SUBSCRIBE_KEY} \
|
||||
PUBNUB_PUBLISH_KEY=${PUBNUB_PUBLISH_KEY} \
|
||||
MIXPANEL_TOKEN=${MIXPANEL_TOKEN} \
|
||||
deploy
|
||||
make SUPERVISOR_VERSION=${VERSION} \
|
||||
ARCH=${ARCH} \
|
||||
JOB_NAME=${JOB_NAME} \
|
||||
DEPLOY_REGISTRY=registry.resinstaging.io/ \
|
||||
PUBNUB_SUBSCRIBE_KEY=${PUBNUB_SUBSCRIBE_KEY} \
|
||||
PUBNUB_PUBLISH_KEY=${PUBNUB_PUBLISH_KEY} \
|
||||
MIXPANEL_TOKEN=${MIXPANEL_TOKEN} \
|
||||
deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user