Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove senlii; add open by-laws microsites; checkout v3 #1442

Merged
merged 2 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Deploy to africanlii.org
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -27,7 +27,7 @@ jobs:
name: Deploy to lawlibrary
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -38,30 +38,13 @@ jobs:
git_remote_url: 'ssh://[email protected]:22/lawlibrary-peachjam'
git_push_flags: '--force'

deploy-senlii:
if: ${{ always() }}
needs: deploy-eswatinilii
name: Deploy to senlii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: git push to senlii.org
uses: dokku/github-action@master
with:
ssh_private_key: ${{ secrets.SSH_DEPLOYMENT_KEY }}
git_remote_url: 'ssh://[email protected]:22/senlii-peachjam'
git_push_flags: '--force'

deploy-ulii:
if: ${{ always() }}
needs: deploy-agp
name: Deploy to ulii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -78,7 +61,7 @@ jobs:
name: Deploy to zanzibarlii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -93,7 +76,7 @@ jobs:
name: Deploy to malawilii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -110,7 +93,7 @@ jobs:
name: Deploy to ghalii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -127,7 +110,7 @@ jobs:
name: Deploy to zambialii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -146,7 +129,7 @@ jobs:
name: Deploy to namiblii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -164,7 +147,7 @@ jobs:
name: Deploy to seylii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -182,7 +165,7 @@ jobs:
name: Deploy to lesotholii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -200,7 +183,7 @@ jobs:
name: Deploy to sierralii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -219,7 +202,7 @@ jobs:
name: Deploy to zimlii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -237,7 +220,7 @@ jobs:
name: Deploy to tcilii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -254,7 +237,7 @@ jobs:
name: Deploy to tanzlii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -271,7 +254,7 @@ jobs:
name: Deploy to eswatinilii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -288,7 +271,7 @@ jobs:
name: Deploy to nigerialii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -305,7 +288,7 @@ jobs:
name: Deploy to open-by-laws
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -316,13 +299,30 @@ jobs:
git_remote_url: 'ssh://[email protected]:22/open-by-laws'
git_push_flags: '--force'

deploy-obl-microsites:
if: ${{ always() }}
needs: deploy-open-by-laws
name: Deploy to open by-laws microsites
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: git push to openbylaws.org.za
uses: dokku/github-action@master
with:
ssh_private_key: ${{ secrets.SSH_DEPLOYMENT_KEY }}
git_remote_url: 'ssh://[email protected]:22/obl-microsites'
git_push_flags: '--force'

deploy-lii:
if: ${{ always() }}
needs: deploy-senlii
needs: deploy-eswatinilii
name: Deploy to lii
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
1 change: 0 additions & 1 deletion africanlii/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"lesotholii",
"malawilii",
"namiblii",
"senlii",
"seylii",
"sierralii",
"tanzlii",
Expand Down
4 changes: 0 additions & 4 deletions peachjam/views/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ class RedirectResolver:
"place_code": [],
"domain": "openbylaws.org.za",
},
"senlii": {
"country_code": "sn",
"domain": "senlii.org",
},
"seylii": {
"country_code": "sc",
"domain": "seylii.org",
Expand Down
Empty file removed senlii/__init__.py
Empty file.
6 changes: 0 additions & 6 deletions senlii/apps.py

This file was deleted.

Binary file removed senlii/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
75 changes: 0 additions & 75 deletions senlii/locale/en/LC_MESSAGES/django.po

This file was deleted.

Binary file removed senlii/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
75 changes: 0 additions & 75 deletions senlii/locale/fr/LC_MESSAGES/django.po

This file was deleted.

Binary file removed senlii/locale/pt/LC_MESSAGES/django.mo
Binary file not shown.
Loading
Loading