Add dev4 (#1142)
This commit is contained in:
parent
639d40ddb0
commit
3e3a95f518
6
Makefile
6
Makefile
|
@ -22,7 +22,11 @@ deploy-staging-population:
|
||||||
--header 'Circle-Token: ${CIRCLE_API_USER_TOKEN}' \
|
--header 'Circle-Token: ${CIRCLE_API_USER_TOKEN}' \
|
||||||
--header 'content-type: application/json' \
|
--header 'content-type: application/json' \
|
||||||
--data '{"branch":"master","parameters":{"server_to_deploy": "dev3"}}'
|
--data '{"branch":"master","parameters":{"server_to_deploy": "dev3"}}'
|
||||||
|
curl --request POST \
|
||||||
|
--url https://circleci.com/api/v2/project/github/opensupports/staging-population/pipeline \
|
||||||
|
--header 'Circle-Token: ${CIRCLE_API_USER_TOKEN}' \
|
||||||
|
--header 'content-type: application/json' \
|
||||||
|
--data '{"branch":"master","parameters":{"server_to_deploy": "dev4"}}'
|
||||||
build-release-bundles:
|
build-release-bundles:
|
||||||
$(eval UPGRADE_ZIP="opensupports_v$(VERSION)_update.zip")
|
$(eval UPGRADE_ZIP="opensupports_v$(VERSION)_update.zip")
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|
Loading…
Reference in New Issue