Skip to content

Commit

Permalink
ci: change gitops repo to aelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpetarpeshev committed Dec 5, 2023
1 parent 1c90e48 commit 0cd6477
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
- uses: actions/checkout@v2
with:
repository: aeternity/gitops-apps.git
repository: aeternity/gitops-apps-aelabs.git
token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: dev
persist-credentials: false
fetch-depth: 0
Expand All @@ -101,6 +102,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
repository: aeternity/gitops-apps
repository: aeternity/gitops-apps-aelabs
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch: dev
7 changes: 4 additions & 3 deletions .github/workflows/dev-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://develop-state-channel-demo-backend.dev.aepps.com
VITE_BOT_SERVICE_URL=https://develop-state-channel-demo-backend.dev.service.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL=https://compiler.aepps.com
Expand All @@ -93,7 +93,8 @@ jobs:
- uses: actions/checkout@v2
with:
repository: aeternity/gitops-apps.git
repository: aeternity/gitops-apps-aelabs.git
token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: dev
persist-credentials: false
fetch-depth: 0
Expand All @@ -110,6 +111,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
repository: aeternity/gitops-apps
repository: aeternity/gitops-apps-aelabs
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch: dev
5 changes: 3 additions & 2 deletions .github/workflows/prd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
- uses: actions/checkout@v2
with:
repository: aeternity/gitops-apps.git
repository: aeternity/gitops-apps-aelabs.git
token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: prd
persist-credentials: false
fetch-depth: 0
Expand All @@ -105,6 +106,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
repository: aeternity/gitops-apps
repository: aeternity/gitops-apps-aelabs
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch: prd
7 changes: 4 additions & 3 deletions .github/workflows/prd-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.prd.aepps.com
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.prd.service.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL=https://compiler.aepps.com
Expand All @@ -95,7 +95,8 @@ jobs:
- uses: actions/checkout@v2
with:
repository: aeternity/gitops-apps.git
repository: aeternity/gitops-apps-aelabs.git
token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: prd
persist-credentials: false
fetch-depth: 0
Expand All @@ -112,6 +113,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
repository: aeternity/gitops-apps
repository: aeternity/gitops-apps-aelabs
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch: prd
5 changes: 3 additions & 2 deletions .github/workflows/stg-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
- uses: actions/checkout@v2
with:
repository: aeternity/gitops-apps.git
repository: aeternity/gitops-apps-aelabs.git
token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: stg
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -137,6 +138,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
repository: aeternity/gitops-apps
repository: aeternity/gitops-apps-aelabs
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch: stg
7 changes: 4 additions & 3 deletions .github/workflows/stg-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://pr-${{ env.PR_NUMBER }}-state-channel-demo-backend.stg.aepps.com
VITE_BOT_SERVICE_URL=https://pr-${{ env.PR_NUMBER }}-state-channel-demo-backend.stg.service.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL=https://compiler.aepps.com
Expand All @@ -98,7 +98,8 @@ jobs:
- uses: actions/checkout@v2
with:
repository: aeternity/gitops-apps.git
repository: aeternity/gitops-apps-aelabs.git
token: ${{ secrets.BOT_GITHUB_TOKEN }}
ref: stg
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -146,6 +147,6 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
repository: aeternity/gitops-apps
repository: aeternity/gitops-apps-aelabs
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch: stg

0 comments on commit 0cd6477

Please sign in to comment.