Skip to content

Commit 0bb79f8

Browse files
authored
Merge pull request #3170 from Sefaria/master
deploying to prod
2 parents 0219f63 + 30f7b38 commit 0bb79f8

58 files changed

Lines changed: 1739 additions & 605 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/continuous.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- synchronize
88
- ready_for_review
99
merge_group:
10-
push:
11-
branches:
12-
- master
1310

1411
concurrency:
1512
group: ${{ github.ref }}

.github/workflows/deploy-static.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
- uses: actions/checkout@v4
204204
with:
205205
fetch-depth: 0
206+
token: ${{ secrets.BYPASS_BRANCH_PROTECTION_TOKEN }}
206207
- name: Setup git
207208
run: |
208209
git config user.name "$GITHUB_ACTOR"

.github/workflows/helm.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Helm
22

33
on:
44
push:
5+
branches-ignore:
6+
- master
7+
- prod
8+
- preprod
59
paths:
610
- "helm-chart/**"
711
- ".github/workflows/helm.yaml"

.github/workflows/production-deploy.yaml

Lines changed: 0 additions & 218 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ehthumbs.db
3636
Icon[\r]
3737
Thumbs.db
3838
.idea
39+
.instance
3940

4041
# Apache Config #
4142
#################

build/ci/preprod-values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ cronJobs:
195195
enabled: false
196196
topicsIndexing:
197197
enabled: false
198-
trello:
199-
enabled: false
200198
trends:
201199
enabled: false
202200
weeklyEmailNotifications:

build/ci/production-values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ restore:
1010
backup:
1111
mongo:
1212
enabled: true
13+
extraBackupEnabled: true
1314
prefix: ""
1415
public: true
1516
bucket: sefaria-mongo-backup
@@ -195,8 +196,6 @@ cronJobs:
195196
enabled: true
196197
topicsIndexing:
197198
enabled: true
198-
trello:
199-
enabled: true
200199
trends:
201200
enabled: true
202201
weeklyEmailNotifications:

chatbot/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)