Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Added deploy.json and removed Jenkinsfile
Browse files Browse the repository at this point in the history
We got rid of Jenkins ages ago. We now have a `deploy.json` file
which determine how the application is deployed (e.g. authentication,
etc...)
  • Loading branch information
xoen committed May 31, 2019
1 parent 1613428 commit c61d82e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 32 deletions.
32 changes: 0 additions & 32 deletions Jenkinsfile

This file was deleted.

7 changes: 7 additions & 0 deletions deploy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"mojanalytics-deploy": "v0.2.3",
"disable_authentication": false,
"allowed_ip_ranges": [
"DOM1"
]
}

0 comments on commit c61d82e

Please sign in to comment.