Git Product home page Git Product logo

Comments (7)

artfuldev avatar artfuldev commented on May 29, 2024

I can take this up!

from built-with-cycle.

artfuldev avatar artfuldev commented on May 29, 2024

Actually @Widdershin I was thinking why can't we make master the gh-pages source so that we don't have to maintain another branch separately for deployment. We can change the source in settings of this repo.

from built-with-cycle.

Widdershin avatar Widdershin commented on May 29, 2024

If it makes it significantly easier to get this issue done I have no qualms with that :)

from built-with-cycle.

artfuldev avatar artfuldev commented on May 29, 2024

Currently what do we do? We trigger a build script and then push to branch gh-pages?

from built-with-cycle.

artfuldev avatar artfuldev commented on May 29, 2024

BTW would need some admin access to this repo etc. for this task, I suppose.

from built-with-cycle.

olpeh avatar olpeh commented on May 29, 2024

I don't know if this is what you need, but I use it in my project for single command deploys. This is my setup:

"homepage": <gh-page-address>
...
"gh-pages": "^0.12.0",
....
"predeploy": "npm run test && npm run build",
"deploy": "gh-pages -d build",
...

from built-with-cycle.

olpeh avatar olpeh commented on May 29, 2024

Found this useful tutorial: https://github.com/voorhoede/front-end-tooling-recipes/blob/master/travis-deploy-to-gh-pages/README.md

Currently setting this up for my personal project

from built-with-cycle.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.