24 lines
685 B
YAML
24 lines
685 B
YAML
steps:
|
|
- node/run:
|
|
name: Publish
|
|
npm-run: semantic-release
|
|
requires:
|
|
- build
|
|
filters:
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
- /^develop-.*$/
|
|
|
|
context:
|
|
- publish
|
|
setup:
|
|
- attach_workspace:
|
|
at: ./
|
|
- add_ssh_keys:
|
|
fingerprints:
|
|
- "47:cf:a1:17:d9:81:8e:c5:51:e5:53:c8:33:e4:33:b9"
|
|
- ssh/ssh-add-host:
|
|
host_url: GITEA_HOST
|