Skip to content

Create publish job for github-actions #1

@anton-sidelnikov

Description

@anton-sidelnikov

Publishing happens through gh-pages branch:

yarn publish-pkgs -s "opentelekomcloud/opentelekomcloud-node-driver-extension" -b "gh-pages"
git checkout gh-pages
git rm -rf . ':!/tmp/*'
cp -r ../tmp/* .
git add .
git commit -m "Publish OpenTelekomCloud Node driver extension v1.1.1"
git push origin gh-pages

good to automate this process
https://extensions.rancher.io/extensions/next/publishing

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions