Skip to content

Commit 05e1849

Browse files
author
Jonathan Visser
committed
Add verbose logging to deployment in hypernode brancher for bitbucket pipelines template
1 parent 61398d9 commit 05e1849

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/bitbucket-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1313
pipelines:
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

0 commit comments

Comments
 (0)