Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Created script to automate the deployment of a new release. #70

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2017

  1. Created script to automate the deployment of anew version.

    The 'deploy-release/deploy.py' is a Python script that automates the steps required to deploy a new release.
    After some security checks it copies the necessary files, discarding those which are not needed, in a remp directory, converts .md files to .html fixing links as well, then cretes the zip of the new release.
    GioBonvi committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    a669f7f View commit details
    Browse the repository at this point in the history
  2. Added compile step to the deploymnet script.

    Added print() instructions to track the script status during execution.
    GioBonvi committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    c2b7def View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    032bb30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d55620 View commit details
    Browse the repository at this point in the history