File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,21 @@ definition:
66 - step : &hypernode-build
77 name : Build
88 script :
9- - hypernode-deploy build
9+ - hypernode-deploy build -vvv
1010 artifacts :
1111 - build/**
1212
1313pipelines :
1414 branches :
1515 # Deploy to test configuration
1616 # If you are only deploying to production remove this configuration
17- acceptance : # acceptance/staging branch
17+ test : # acceptance/staging branch
1818 - step : *hypernode-build
1919 - step :
2020 name : Deploy to staging
2121 deployment : test
2222 script :
23- - hypernode-deploy deploy test
23+ - hypernode-deploy deploy test -vvv
2424 after-script :
2525 - hypernode-deploy cleanup
2626 # Deploy to production
@@ -30,5 +30,5 @@ pipelines:
3030 name : Deploy to production
3131 deployment : production
3232 script :
33- - hypernode-deploy deploy production
33+ - hypernode-deploy deploy production -vvv
3434
You can’t perform that action at this time.
0 commit comments