This repository has been archived on 2023-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
circleci-deploy-node-orb/commands/publish.yml

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