From 2d73d19893312bf2e9c675b52f5e65809d91b8cf Mon Sep 17 00:00:00 2001 From: ntno Date: Tue, 27 Dec 2022 22:35:57 -0500 Subject: [PATCH] Update README.md link target not available in github markdown --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d8d96e..309cfc5 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ status: [![Test Pull Request](https://github.com/ntno/mkdocs-demo/actions/workflows/test-pr.yml/badge.svg?event=pull_request)](https://github.com/ntno/mkdocs-demo/actions/workflows/test-pr.yml) ### development -url: [http://factually-settled-boxer-development.s3-website-us-east-1.amazonaws.com](http://factually-settled-boxer-development.s3-website-us-east-1.amazonaws.com){target="_blank"} +url: [http://factually-settled-boxer-development.s3-website-us-east-1.amazonaws.com](http://factually-settled-boxer-development.s3-website-us-east-1.amazonaws.com) status: [![Deploy MkDocs to Development Environment](https://github.com/ntno/mkdocs-demo/actions/workflows/dev-deploy.yml/badge.svg?branch=main)](https://github.com/ntno/mkdocs-demo/actions/workflows/dev-deploy.yml) ### production -url: [http://factually-settled-boxer.s3-website-us-east-1.amazonaws.com](http://factually-settled-boxer.s3-website-us-east-1.amazonaws.com){target="_blank"} +url: [http://factually-settled-boxer.s3-website-us-east-1.amazonaws.com](http://factually-settled-boxer.s3-website-us-east-1.amazonaws.com) status: [![Deploy MkDocs to Production Environment](https://github.com/ntno/mkdocs-demo/actions/workflows/prod-deploy.yml/badge.svg)](https://github.com/ntno/mkdocs-demo/actions/workflows/prod-deploy.yml) @@ -33,14 +33,14 @@ ex: run server with ['prod/us-east-1'](variables.yml#L21-L25) site variables ## prerequisites - install docker and Make (for local development) - set up OIDC provider in AWS console - - [Use OpenID Connect within your workflows to authenticate with Amazon Web Services.](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services){target="_blank"} + - [Use OpenID Connect within your workflows to authenticate with Amazon Web Services.](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services) - create S3 bucket for static website hosting - create supporting cicd resources (S3 bucket for site artifacts and IAM roles for GitHub Action workflows to assume) ### infrastructure (onetime setup) -see terraform code in [`infra/`](infra/) for example on how to create required resources. [`ntno/tf-module-static-site-cicd`](https://github.com/ntno/tf-module-static-site-cicd){target="_blank"} is used to create CICD IAM roles and artifact bucket. +see terraform code in [`infra/`](infra/) for example on how to create required resources. [`ntno/tf-module-static-site-cicd`](https://github.com/ntno/tf-module-static-site-cicd) is used to create CICD IAM roles and artifact bucket. ``` make ubuntu