More fixes to the staging deploy process (#278)
This commit is contained in:
parent
631331236e
commit
3456a127cf
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -27,9 +27,6 @@ node('node') {
|
||||
/* This should only deploy to staging if the branch is master */
|
||||
stage('Deploy') {
|
||||
sh 'make deploy'
|
||||
for (int i = 1; i < 60; i++) {
|
||||
sh "./scripts/deploy.staging.sh storage-node-${i} storjlabs/storj-storage-node:${commit_id}"
|
||||
}
|
||||
echo "Current build result: ${currentBuild.result}"
|
||||
}
|
||||
}
|
||||
|
2
Makefile
2
Makefile
@ -150,7 +150,7 @@ install-deps:
|
||||
|
||||
.PHONY: deploy
|
||||
deploy:
|
||||
./scripts/deploy.staging.sh satellite storjlabs/storj-satellite:${TAG}
|
||||
./scripts/deploy.staging.sh satellite storjlabs/satellite:${TAG}
|
||||
for i in $(shell seq 1 60); do \
|
||||
./scripts/deploy.staging.sh storage-node-$$i storjlabs/storage-node:${TAG}; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user