diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1d8db34..3a47e57 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -40,14 +40,14 @@ jobs: # vars.AWS_REGION_CI is an organization variable aws-region: ${{ vars.AWS_REGION_CI }} - - name: Clone hello-nrfcloud/ci + - name: Clone bifravst/ci run: | - git clone https://github.com/hello-nrfcloud/ci + git clone https://github.com/bifravst/ci cd ci npm ci - run: npx cdk deploy --require-approval never working-directory: ci env: - STACK_NAME: bifravst-ci + STACK_NAME: hello-nrfcloud-ci REPOS_LIST: ../repos.txt diff --git a/README.md b/README.md index 39c622f..995afbd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bifravst CI -Uses [hello-nrfcloud/ci](https://github.com/hello-nrfcloud/ci) to set up the permissions in our AWS CI account for the repositories in this +Uses [bifravst/ci](https://github.com/bifravst/ci) to set up the permissions in our AWS CI account for the repositories in this GitHub organization that are supposed to have access so they are be able to use it for CI runs. @@ -11,7 +11,7 @@ file. > Do not run this against the production account, but against the CI account. ```bash -git clone https://github.com/hello-nrfcloud/ci +git clone https://github.com/bifravst/ci npm ci STACK_NAME=bifravst-ci REPOS_LIST=../repos.txt npx cdk deploy ``` diff --git a/repos.txt b/repos.txt index 0cadace..922ce86 100644 --- a/repos.txt +++ b/repos.txt @@ -1,3 +1,9 @@ -bifravst/ci -bifravst/aws-cdk-lambda-helpers -bifravst/http-api-mock +hello-nrfcloud/backend +hello-nrfcloud/certificate-helpers +hello-nrfcloud/ci +hello-nrfcloud/lambda-helpers +hello-nrfcloud/map-backend +hello-nrfcloud/proto +hello-nrfcloud/proto-map +hello-nrfcloud/public-parameter-registry-aws-js +hello-nrfcloud/web