Skip to content

Commit

Permalink
fix: moved package
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 5, 2024
1 parent 0a72ad4 commit 77091e2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
```
12 changes: 9 additions & 3 deletions repos.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77091e2

Please sign in to comment.