Giter VIP home page Giter VIP logo

fancy-bot's Introduction

fancy-bot

A GitHub App built with Probot that should do ci cd with github actions, travis ci and argo

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 1. Build container
docker-compose up -d

Deploy with Heroku

# 1. Download public key from this repo (public-key.pem)

# 2. Get your API-Key from heroku and save it to a txt file

# 3. Encrypt the text file with public key with following command
openssl rsautl -encrypt -pubin -inkey pub.key -in api_key.txt | base64 > encrypted_api_key.txt

# 4. Save the text of encrypted_api_key.txt in ci_cd.yml with the line breaks replaced with \n

Contributing

If you have suggestions for how fancy-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2022 LLeeJr [email protected]

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.