The main repository is hosted in gitlab.com/ravimosharksas/frontends/office but it is automaticaly mirrored to github.com and to gitlab.com/singletonsd/ravimosharksas/frontends/office. If you are in the Github page it may occur that is not updated to the last version.
This project contains an angular app to run Ravimoshark Office application.
- Default branch when pull is DEVELOP.
- Master branch is protected and it is not possible to push. Create a merge request instead.
-
MASTER BRANCH:
- It creates a docker image with nginx with tags:
- ravimosharksas/frontends/office:latest.
- ravimosharksas/frontends/office:testing.
- ravimosharksas/frontends/office:qa.
- It copies built files on server amazon S3 bucket under the following url:
- Singleton Server
- It creates a docker image with nginx with tags:
-
DEVELOP BRANCH:
- It creates a docker image with nginx with tags:
- ravimosharksas/frontends/office:staging.
- ravimosharksas/frontends/office:develop.
- ravimosharksas/frontends/office:testing-dev.
- ravimosharksas/frontends/office:qa-dev.
- It copies the files on server in:
- It creates a docker image with nginx with tags:
- PRODUCTION:
- URL: https://ravimo.singletonsd.com/frontends/office/production
- API calls to:
- Attached to master branch.
- STAGING:
- URL: https://ravimo.singletonsd.com/frontends/office/staging
- API calls to:
- Attached to develop branch
- DEVELOPMENT:
- URL: https://ravimo.singletonsd.com/frontends/office/
- API calls to:
- Attached to develop branch.
- TESTING:
- URL: https://ravimo.singletonsd.com/frontends/office/testing
- API calls to:
- Attached to master branch.
- TESTING-DEV:
- URL: https://ravimo.singletonsd.com/frontends/office/testing-dev
- API calls to:
- Attached to develop branch.
- QA:
- URL: https://ravimo.singletonsd.com/frontends/office/qa
- API calls to:
- Attached to master branch.
- QA-DEV:
- URL: https://ravimo.singletonsd.com/frontends/office/qa-dev
- API calls to:
- Attached to develop branch.
The image name is: ravimosharksas/frontends/office. See Registry. Available TAGs:
- From master branch:
- latest
- testing
- qa
- From develop branch:
- staging
- development
- testing-dev
- qa-dev
© Singleton, Italy, 2019.