Skip to content

Commit

Permalink
ATL-7068: Rename Infra documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Bassam Riman <bassam.riman@iohk.io>
  • Loading branch information
CryptoKnightIOG committed May 24, 2024
1 parent 9eb8228 commit 61d6fbb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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
4 changes: 2 additions & 2 deletions .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 }}
token: ${{ secrets.GITHUB_TOKEN }}
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.94.1",
"private": true,
"scripts": {
Expand Down

0 comments on commit 61d6fbb

Please sign in to comment.