Skip to content

Automated the deploy to github via Jenkins #2

@gustavohenrique

Description

@gustavohenrique

Nowadays I need to run manually:

npm run lint
npm test
npm run build
git checkout master
make react
git checkout gh-pages
git ci -m <commit msg> -a
git push origin gh-pages

I'd like to automate it in my personal Jenkins-ci instance in Openshift.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions