Skip to content

Commit

Permalink
Pass in Continuous Release and Deployment for the offline website.
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod committed Apr 21, 2019
1 parent 3c4a574 commit b86468c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,7 @@ workflows:
- deploy-offline-website:
requires:
- build-offline-website
filters:
branches:
only:
- master
scheduled-night-build:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master
jobs:
- build-offline-website
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Project's official logo files are hosted [here](https://github.com/OWASP/owasp-s

**.circleci** / **.travis.yml** (file):
* Contains the definition of the integration jobs used to control the integrity and consistency of the whole project:
* **[TravisCI](https://travis-ci.org/OWASP/CheatSheetSeries)** is used to perform build and check actions at each Push/Pull Request. **It must be/stay the fastest possible** (currently inferior to 2 minutes) in order to provide a rapid compliance feedback about the Push/Pull Request.
* **[CircleCI](https://circleci.com/gh/OWASP/CheatSheetSeries)** is used to perform regular scheduled build/deploy actions (night build).
* **[TravisCI](https://travis-ci.org/OWASP/CheatSheetSeries)** is used to perform compliance check actions at each Push/Pull Request. **It must be/stay the fastest possible** (currently inferior to 2 minutes) in order to provide a rapid compliance feedback about the Push/Pull Request.
* **[CircleCI](https://circleci.com/gh/OWASP/CheatSheetSeries)** is used to perform operations taking longer time like build, publish and deploy actions.

# Offline website

Expand Down

0 comments on commit b86468c

Please sign in to comment.