Skip to content

Commit

Permalink
deploy ulii and tanzlii together on liiweb1
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed May 28, 2024
1 parent af34ba1 commit 7280bdb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
git_push_flags: '--force'

deploy-ulii:
if: ${{ !cancelled() }}
needs: deploy-agp
name: Deploy to ulii
runs-on: ubuntu-latest
steps:
Expand All @@ -52,7 +50,7 @@ jobs:
uses: dokku/github-action@master
with:
ssh_private_key: ${{ secrets.SSH_DEPLOYMENT_KEY }}
git_remote_url: 'ssh://dokku@liiweb2.africanlii.org:22/ulii-peachjam'
git_remote_url: 'ssh://dokku@liiweb1.africanlii.org:22/ulii-peachjam'
git_push_flags: '--force'

deploy-gazettes:
Expand Down Expand Up @@ -106,7 +104,7 @@ jobs:

deploy-ghalii:
if: ${{ !cancelled() }}
needs: deploy-ulii
needs: deploy-agp
name: Deploy to ghalii
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -250,7 +248,7 @@ jobs:

deploy-tanzlii:
if: ${{ !cancelled() }}
needs: deploy-sierralii
needs: deploy-ulii
name: Deploy to tanzlii
runs-on: ubuntu-latest
steps:
Expand All @@ -262,12 +260,12 @@ jobs:
uses: dokku/github-action@master
with:
ssh_private_key: ${{ secrets.SSH_DEPLOYMENT_KEY }}
git_remote_url: 'ssh://dokku@liiweb2.africanlii.org:22/tanzlii-peachjam'
git_remote_url: 'ssh://dokku@liiweb1.africanlii.org:22/tanzlii-peachjam'
git_push_flags: '--force'

deploy-eswatinilii:
if: ${{ !cancelled() }}
needs: deploy-tanzlii
needs: deploy-sierralii
name: Deploy to eswatinilii
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7280bdb

Please sign in to comment.