/auto-deploy

Flask app that enables auto-deploy

Primary LanguagePythonMIT LicenseMIT

auto-deploy

deploy MIT License

Requiremenst

  • Python ~> 3.8
  • pipenv

Installation

$ git clone <this repo>
$ cd <this repo>

$ mv sample.env .env
# you need to set access token in .env
$ pipenv install

Usage

See scripts section of Pipfile

  • pipenv run start
  • pipenv run format
  • pipenv run lint