Skip to content

Commit

Permalink
fix: Rename Infra documentation (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Bassam Riman <[email protected]>
  • Loading branch information
CryptoKnightIOG authored May 29, 2024
1 parent a2b5d6f commit 18be685
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:

env:
REGISTRY: ghcr.io
IMAGE_NAME: prism-documentation-portal
IMAGE_NAME: identus-documentation-portal

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete_old_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/delete-package-versions@v4
with:
owner: input-output-hk
package-name: prism-documentation-portal
package-name: identus-documentation-portal
package-type: container
min-versions-to-keep: 10
token: ${{ secrets.ATALA_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion atala-prism-building-blocks
2 changes: 1 addition & 1 deletion atala-prism-wallet-sdk-ts
6 changes: 3 additions & 3 deletions infra/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Atala PRISM V2 Website
# Identus Website

This has the necessary stuff to prepare the website for deployment.

Expand All @@ -14,8 +14,8 @@ yarn build website
## Building docker image

1. Copy prebuilt `website` to this directory (`infra`) so that docker can find it
2. Build the docker image: `docker build -t prism-documentation-portal .`
3. Run the container: `docker run -p 8000:80 -it prism-documentation-portal`
2. Build the docker image: `docker build -t identus-documentation-portal .`
3. Run the container: `docker run -p 8000:80 -it identus-documentation-portal`
4. Go to [localhost:8000](http://localhost:8000) to find the website

## CI/CD
Expand Down
4 changes: 2 additions & 2 deletions infra/release-docs-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ VERSION="${1}"

cd "$(dirname "${BASH_SOURCE[0]}")/.." || exit 126
yarn build --out-dir infra/website
docker build -t ghcr.io/input-output-hk/prism-documentation-portal:${VERSION} -f infra/Dockerfile .
docker push ghcr.io/input-output-hk/prism-documentation-portal:${VERSION}
docker build -t ghcr.io/input-output-hk/identus-documentation-portal:${VERSION} -f infra/Dockerfile .
docker push ghcr.io/input-output-hk/identus-documentation-portal:${VERSION}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "prism-documentation-portal",
"name": "identus-documentation-portal",
"version": "1.95.2",
"private": true,
"scripts": {
Expand Down

0 comments on commit 18be685

Please sign in to comment.