DevOps - mymagic/open_hub GitHub Wiki
OpenHub used Github Actions for CI workflow. Actions are as per recorded at .github/workflows.
Available Actions
build.yml- run when code is push tomaster. This will automatically pack, create and deployopenhub-master.zipto designated S3 bucket set at Secret.release.yml- run when code is tag for release. This will automatically pack, create and deployopenhub-latest.zipandopenhub-vx.y.zipto designated S3 bucket set at Secret.
Secret
Makes sure you had set these secrets before running any actions at github project settings page:
AWS_S3_BUCKETAWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEY