Skip to content

Commit 2725b69

Browse files
committed
update ci
1 parent 8e66d96 commit 2725b69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-deploy-devnet-auth-provider.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
branches: [feature/vaccount_auth_provider]
55

66
env:
7-
APP_NAME: velas-synapse-auth-provider
8-
APP_REPO: velas-synapse
7+
APP_NAME: bitorbit-synapse-auth-provider
8+
APP_REPO: bitorbit-synapse
99

1010
jobs:
1111
docker-build:
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build, tag, and push image
2020
id: build
2121
env:
22-
REGISTRY: ${{ secrets.REGISTRY_HOST }}/velas
22+
REGISTRY: ${{ secrets.REGISTRY_HOST }}/bitorbit
2323
REPOSITORY: ${{ env.APP_REPO }}
2424
IMAGE_TAG: ${{github.sha}}
2525
run: |
@@ -30,16 +30,16 @@ jobs:
3030
runs-on: devnet-services
3131
needs: docker-build
3232
steps:
33-
- name: Check out velas-infra
33+
- name: Check out bitorbit-infra
3434
uses: actions/checkout@master
3535
with:
36-
repository: velas/velas-infra
36+
repository: BitorbitLabs/bitorbit-infra
3737
ref: master
3838
ssh-key: ${{ secrets.SSH_KEY_INFRA }}
3939
- name: Deploy via helmfile
4040
id: deploy
4141
env:
42-
REGISTRY: ${{ secrets.REGISTRY_HOST }}/velas
42+
REGISTRY: ${{ secrets.REGISTRY_HOST }}/bitorbit
4343
REPOSITORY: ${{ env.APP_REPO }}
4444
IMAGE_TAG: ${{github.sha}}
4545
SOPS_AGE_KEY: ${{ secrets.INFRA_AGE }}

0 commit comments

Comments
 (0)