diff --git a/apps/04-golang-pgsql/README.md b/apps/04-golang-pgsql/README.md index 09ae16ee..b68c9ff9 100644 --- a/apps/04-golang-pgsql/README.md +++ b/apps/04-golang-pgsql/README.md @@ -8,7 +8,7 @@ There are several ways to install and run the app: ### Option 1: Using Go CLI -1. Clone the repository: `git clone https://github.com/cldcvr/codepipes-tutorials.git` +1. Clone the repository: `git clone https://github.com/ollionorg/codepipes-tutorials.git` 2. Navigate to the root directory of the app: `cd apps/04-golang-pgsql` @@ -18,7 +18,7 @@ There are several ways to install and run the app: ### Option 2: Using Docker -1. Clone the repository: `git clone https://github.com/cldcvr/codepipes-tutorials.git` +1. Clone the repository: `git clone https://github.com/ollionorg/codepipes-tutorials.git` 2. Navigate to the root directory of the app: `cd apps/04-golang-pgsql` @@ -30,7 +30,7 @@ There are several ways to install and run the app: ### Option 3: Using Docker Compose -1. Clone the repository: `git clone https://github.com/cldcvr/codepipes-tutorials.git` +1. Clone the repository: `git clone https://github.com/ollionorg/codepipes-tutorials.git` 2. Navigate to the root directory of the app: `cd apps/04-golang-pgsql` @@ -40,7 +40,7 @@ There are several ways to install and run the app: ### Option 4: Using Make Commands -1. Clone the repository: `git clone https://github.com/cldcvr/codepipes-tutorials.git` +1. Clone the repository: `git clone https://github.com/ollionorg/codepipes-tutorials.git` 2. Navigate to the root directory of the app: `cd apps/04-golang-pgsql` diff --git a/build/azure-pipelines-test-docker.yml b/build/azure-pipelines-test-docker.yml index daf30457..d3bf5b23 100644 --- a/build/azure-pipelines-test-docker.yml +++ b/build/azure-pipelines-test-docker.yml @@ -94,8 +94,8 @@ stages: sudo chmod +x /usr/local/bin/docker-compose cat .env.tests go env -w GO111MODULE=on - go env -w GOPRIVATE=github.com/cldcvr/* - git config --global url."https://$GIT_TOKEN@github.com/cldcvr".insteadOf "https://github.com/cldcvr" + go env -w GOPRIVATE=github.com/ollionorg/* + git config --global url."https://$GIT_TOKEN@github.com/ollionorg".insteadOf "https://github.com/ollionorg" set -o pipefail; TEST_VERSION=$(TEST_VERSION_STAGING) TEST_REGEX=${{ parameters.TEST_REGEX }} TEST_ENV=${{ parameters.TEST_ENV }} TEST_USER=${{ parameters.TEST_USER }} TEST_PASSWORD=${{ parameters.TEST_PASSWORD }} TEST_AZURE_BUILD_BRANCH=$(Build.SourceBranch) TEST_AZURE_BUILD_URL='$(System.CollectionUri)$(System.TeamProject)/_build/results?buildId=$(Build.BuildId)&_a=summary' make ${{ parameters.TEST_COMMAND }} env: PM_GIT_TOKEN: $(PM_GIT_TOKEN) @@ -159,8 +159,8 @@ stages: sudo chmod +x /usr/local/bin/docker-compose cat .env.tests go env -w GO111MODULE=on - go env -w GOPRIVATE=github.com/cldcvr/* - git config --global url."https://$GIT_TOKEN@github.com/cldcvr".insteadOf "https://github.com/cldcvr" + go env -w GOPRIVATE=github.com/ollionorg/* + git config --global url."https://$GIT_TOKEN@github.com/ollionorg".insteadOf "https://github.com/ollionorg" TEST_VERSION=$(TEST_VERSION_STAGING) TEST_ENV=${{ parameters.TEST_ENV }} TEST_USER=${{ parameters.TEST_USER }} TEST_PASSWORD=${{ parameters.TEST_PASSWORD }} TEST_CLEANUP_ALL=false make test-docker-cleanup env: PM_GIT_TOKEN: $(PM_GIT_TOKEN) diff --git a/bundles/banking-demo/README.md b/bundles/banking-demo/README.md index 83bcfc3f..8a6242b2 100644 --- a/bundles/banking-demo/README.md +++ b/bundles/banking-demo/README.md @@ -19,7 +19,7 @@ The repo (i.e. banking-app) needs to be pre-created in ECR before any of this wo Used tools/cust-acct-setup to create CP LZ in each account (doug-test-cust and doug-test1) ``` -$ codepipes env template create -n AppRunner-Base -r https://github.com/cldcvr/codepipes-tutorials -v branch:main --dir /tfs/aws-ecr-apprunner-vpc --tfversion 1.3.7 +$ codepipes env template create -n AppRunner-Base -r https://github.com/ollionorg/codepipes-tutorials -v branch:main --dir /tfs/aws-ecr-apprunner-vpc --tfversion 1.3.7 id: f222be09-0bd7-4792-a842-35648a9acd00 # dev env with policy CC-Best (bd04a6ca-9043-4135-9299-d490c42dfe12) @@ -90,12 +90,12 @@ This should end up creating two environments ( dev & prod ). Inheriting the poli - workaround for an unknown bug. the flow should work without this as we are using a public repo. ###### Application -Apply bundle from "bundles/banking-demo" repo "github.com/cldcvr/codepipes-tutorials" +Apply bundle from "bundles/banking-demo" repo "github.com/ollionorg/codepipes-tutorials" ``` $ codepipes bundle plan Using config file: /Users/doug/.codepipes.yml Processing plan for bundle: - Repo: https://github.com/cldcvr/codepipes-tutorials + Repo: https://github.com/ollionorg/codepipes-tutorials Directory: /bundles/banking-demo Bundle File: (default) Revision: branch:main diff --git a/bundles/banking-demo/app-banking-app.yaml b/bundles/banking-demo/app-banking-app.yaml index 07dcdd5b..d5d09932 100755 --- a/bundles/banking-demo/app-banking-app.yaml +++ b/bundles/banking-demo/app-banking-app.yaml @@ -7,7 +7,7 @@ application: gitCode: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: /apps/04-golang-pgsql/ driver: github - id: eac84f49-6b31-4c03-85b8-7bf3a07f4627 diff --git a/bundles/banking-demo/environment-dev-AppRunner-Base.yaml b/bundles/banking-demo/environment-dev-AppRunner-Base.yaml index 7d25ff05..f831c633 100755 --- a/bundles/banking-demo/environment-dev-AppRunner-Base.yaml +++ b/bundles/banking-demo/environment-dev-AppRunner-Base.yaml @@ -5,7 +5,7 @@ environment: revision: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: /tfs/aws-ecr-apprunner-vpc driver: github tfVersion: 1.3.7 diff --git a/bundles/banking-demo/environment-prod-AppRunner-Base.yaml b/bundles/banking-demo/environment-prod-AppRunner-Base.yaml index b98a117f..4415a334 100755 --- a/bundles/banking-demo/environment-prod-AppRunner-Base.yaml +++ b/bundles/banking-demo/environment-prod-AppRunner-Base.yaml @@ -5,7 +5,7 @@ environment: revision: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: /tfs/aws-ecr-apprunner-vpc driver: github tfVersion: 1.3.7 diff --git a/dependency-demo/borat-gcs-redis/codepipes-bundle/app-borat.yaml b/dependency-demo/borat-gcs-redis/codepipes-bundle/app-borat.yaml index 6fbef2da..c9dea174 100755 --- a/dependency-demo/borat-gcs-redis/codepipes-bundle/app-borat.yaml +++ b/dependency-demo/borat-gcs-redis/codepipes-bundle/app-borat.yaml @@ -9,7 +9,7 @@ application: gitCode: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: dependency-demo/borat-gcs-redis/src driver: github - id: e62dc1cf-ba35-4eef-833e-64f5de36a314 diff --git a/dependency-demo/borat-gcs-redis/codepipes-bundle/environment-development.yaml b/dependency-demo/borat-gcs-redis/codepipes-bundle/environment-development.yaml index 39515a63..26611620 100755 --- a/dependency-demo/borat-gcs-redis/codepipes-bundle/environment-development.yaml +++ b/dependency-demo/borat-gcs-redis/codepipes-bundle/environment-development.yaml @@ -4,7 +4,7 @@ environment: revision: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: dependency-demo/borat-gcs-redis/infra driver: github tfVersion: 1.2.5 diff --git a/dependency-demo/borat-gcs-redis/src/go.mod b/dependency-demo/borat-gcs-redis/src/go.mod index 192c9fdd..edb8dcf4 100644 --- a/dependency-demo/borat-gcs-redis/src/go.mod +++ b/dependency-demo/borat-gcs-redis/src/go.mod @@ -1,4 +1,4 @@ -module github.com/cldcvr/codepipes-tutorials/dependency-demo +module github.com/ollionorg/codepipes-tutorials/dependency-demo go 1.16 diff --git a/dependency-demo/borat-gcs/codepipes-bundle/app-borat.yaml b/dependency-demo/borat-gcs/codepipes-bundle/app-borat.yaml index e7f1c1aa..3a0d2f83 100755 --- a/dependency-demo/borat-gcs/codepipes-bundle/app-borat.yaml +++ b/dependency-demo/borat-gcs/codepipes-bundle/app-borat.yaml @@ -9,7 +9,7 @@ application: gitCode: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: dependency-demo/borat-gcs/src driver: github - id: e62dc1cf-ba35-4eef-833e-64f5de36a314 diff --git a/dependency-demo/borat-gcs/codepipes-bundle/environment-my-env.yaml b/dependency-demo/borat-gcs/codepipes-bundle/environment-my-env.yaml index e11e95e4..d33cae45 100755 --- a/dependency-demo/borat-gcs/codepipes-bundle/environment-my-env.yaml +++ b/dependency-demo/borat-gcs/codepipes-bundle/environment-my-env.yaml @@ -4,7 +4,7 @@ environment: revision: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: dependency-demo/borat-gcs/infra driver: github tfVersion: 1.2.5 diff --git a/dependency-demo/borat-gcs/src/go.mod b/dependency-demo/borat-gcs/src/go.mod index dc4cc720..14288416 100644 --- a/dependency-demo/borat-gcs/src/go.mod +++ b/dependency-demo/borat-gcs/src/go.mod @@ -1,4 +1,4 @@ -module github.com/cldcvr/codepipes-tutorials/dependency-demo +module github.com/ollionorg/codepipes-tutorials/dependency-demo go 1.16 diff --git a/dependency-demo/readme.md b/dependency-demo/readme.md index 1b92cc11..eaf3054d 100644 --- a/dependency-demo/readme.md +++ b/dependency-demo/readme.md @@ -39,7 +39,7 @@ Following are the high-level steps to be covered in the demo 4. Have a GCP cloud credential created 5. Assign GCP credentials to the project with cloud and container scope 6. In case you want to use classifications, have one credential for each classification and assign them to the project. -7. clone the https://github.com/cldcvr/codepipes-tutorials repo and CD into the repo root for CLI usage. +7. clone the https://github.com/ollionorg/codepipes-tutorials repo and CD into the repo root for CLI usage. ## Prepare dependency library for org As a DevOps persona, you set up a dependency library for your organization that can be used later by the developers in their apps. @@ -136,7 +136,7 @@ codepipes classification create -n prod -a codepipes environment template create \ -n serverless-network \ -d "serverless base with network connector" \ - -r https://github.com/cldcvr/codepipes-tutorials \ + -r https://github.com/ollionorg/codepipes-tutorials \ --dir dependency-demo/borat-gcs-redis/infra \ -v branch:main \ --tfversion 1.2.5 @@ -180,7 +180,7 @@ Note: We want to skip the app deployment for now because the app container image ```sh codepipes bundle plan \ --proj - --repo https://github.com/cldcvr/codepipes-tutorials + --repo https://github.com/ollionorg/codepipes-tutorials --revision branch: --dir /dependency-demo/borat-gcs-redis/codepipes-bundle @@ -195,7 +195,7 @@ codepipes bundle apply --skipPipelines 4. Select open source 5. fill in the following details: ``` -Repository path: https://github.com/cldcvr/codepipes-tutorials +Repository path: https://github.com/ollionorg/codepipes-tutorials Directory path: /dependency-demo/borat-gcs-redis/codepipes-bundle Revision type: branch Revision identifier: main diff --git a/helm-example/loki-stack/codepipes-bundle/app-helm-app.yaml b/helm-example/loki-stack/codepipes-bundle/app-helm-app.yaml index 62e54a99..0372f375 100755 --- a/helm-example/loki-stack/codepipes-bundle/app-helm-app.yaml +++ b/helm-example/loki-stack/codepipes-bundle/app-helm-app.yaml @@ -10,6 +10,6 @@ application: gitCode: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: helm-example/loki-stack/values.yaml driver: github \ No newline at end of file diff --git a/helm-example/loki-stack/codepipes-bundle/environment-dev.yaml b/helm-example/loki-stack/codepipes-bundle/environment-dev.yaml index 0b269fdf..18980188 100755 --- a/helm-example/loki-stack/codepipes-bundle/environment-dev.yaml +++ b/helm-example/loki-stack/codepipes-bundle/environment-dev.yaml @@ -4,7 +4,7 @@ environment: revision: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: helm-example/infra/gke driver: github variables: diff --git a/helm-example/myhelm/codepipes-bundle/app-helm-app.yaml b/helm-example/myhelm/codepipes-bundle/app-helm-app.yaml index 2ab7b229..0a2d6c09 100755 --- a/helm-example/myhelm/codepipes-bundle/app-helm-app.yaml +++ b/helm-example/myhelm/codepipes-bundle/app-helm-app.yaml @@ -10,6 +10,6 @@ application: gitCode: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: helm-example driver: github \ No newline at end of file diff --git a/helm-example/myhelm/codepipes-bundle/environment-dev.yaml b/helm-example/myhelm/codepipes-bundle/environment-dev.yaml index 0b269fdf..18980188 100755 --- a/helm-example/myhelm/codepipes-bundle/environment-dev.yaml +++ b/helm-example/myhelm/codepipes-bundle/environment-dev.yaml @@ -4,7 +4,7 @@ environment: revision: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: helm-example/infra/gke driver: github variables: diff --git a/helm-example/nginx/codepipes-bundle/app-helm-app.yaml b/helm-example/nginx/codepipes-bundle/app-helm-app.yaml index dd18c2aa..9abdd82c 100755 --- a/helm-example/nginx/codepipes-bundle/app-helm-app.yaml +++ b/helm-example/nginx/codepipes-bundle/app-helm-app.yaml @@ -10,6 +10,6 @@ application: gitCode: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: / driver: github \ No newline at end of file diff --git a/helm-example/nginx/codepipes-bundle/environment-dev.yaml b/helm-example/nginx/codepipes-bundle/environment-dev.yaml index 0b269fdf..18980188 100755 --- a/helm-example/nginx/codepipes-bundle/environment-dev.yaml +++ b/helm-example/nginx/codepipes-bundle/environment-dev.yaml @@ -4,7 +4,7 @@ environment: revision: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: helm-example/infra/gke driver: github variables: diff --git a/lambda/hello-world-container/codepipes-bundle/app-hello-lambda-container.yaml b/lambda/hello-world-container/codepipes-bundle/app-hello-lambda-container.yaml index d6f36bf9..c2c7e550 100755 --- a/lambda/hello-world-container/codepipes-bundle/app-hello-lambda-container.yaml +++ b/lambda/hello-world-container/codepipes-bundle/app-hello-lambda-container.yaml @@ -14,6 +14,6 @@ application: gitCode: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: lambda/hello-world-container/hello driver: github \ No newline at end of file diff --git a/lambda/hello-world-container/codepipes-bundle/app-world-lambda-container.yaml b/lambda/hello-world-container/codepipes-bundle/app-world-lambda-container.yaml index ced1e05c..e85e69a0 100755 --- a/lambda/hello-world-container/codepipes-bundle/app-world-lambda-container.yaml +++ b/lambda/hello-world-container/codepipes-bundle/app-world-lambda-container.yaml @@ -14,6 +14,6 @@ application: gitCode: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: lambda/hello-world-container/world driver: github \ No newline at end of file diff --git a/lambda/hello-world-container/codepipes-bundle/environment-dev.yaml b/lambda/hello-world-container/codepipes-bundle/environment-dev.yaml index 3374d26e..209223f4 100755 --- a/lambda/hello-world-container/codepipes-bundle/environment-dev.yaml +++ b/lambda/hello-world-container/codepipes-bundle/environment-dev.yaml @@ -4,6 +4,6 @@ environment: revision: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: lambda/infra driver: github diff --git a/lambda/hello-world-gocode/codepipes-bundle/app-lambda-go-code.yaml b/lambda/hello-world-gocode/codepipes-bundle/app-lambda-go-code.yaml index 13c5df15..dd82d897 100755 --- a/lambda/hello-world-gocode/codepipes-bundle/app-lambda-go-code.yaml +++ b/lambda/hello-world-gocode/codepipes-bundle/app-lambda-go-code.yaml @@ -9,6 +9,6 @@ application: gitCode: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: lambda/hello-world-gocode driver: github diff --git a/lambda/hello-world-gocode/codepipes-bundle/environment-development.yaml b/lambda/hello-world-gocode/codepipes-bundle/environment-development.yaml index 3374d26e..209223f4 100755 --- a/lambda/hello-world-gocode/codepipes-bundle/environment-development.yaml +++ b/lambda/hello-world-gocode/codepipes-bundle/environment-development.yaml @@ -4,6 +4,6 @@ environment: revision: type: branch identifier: main - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: lambda/infra driver: github diff --git a/serverless-sample/app/azure/go.mod b/serverless-sample/app/azure/go.mod index c558d3de..fe016ac7 100644 --- a/serverless-sample/app/azure/go.mod +++ b/serverless-sample/app/azure/go.mod @@ -1,4 +1,4 @@ -module github.com/cldcvr/cloudrun-storage-demo +module github.com/ollionorg/cloudrun-storage-demo go 1.19 diff --git a/serverless-sample/app/gcp/go.mod b/serverless-sample/app/gcp/go.mod index 770fcbce..c7d93750 100644 --- a/serverless-sample/app/gcp/go.mod +++ b/serverless-sample/app/gcp/go.mod @@ -1,4 +1,4 @@ -module github.com/cldcvr/cloudrun-storage-demo +module github.com/ollionorg/cloudrun-storage-demo go 1.19 diff --git a/serverless-sample/app/readme.md b/serverless-sample/app/readme.md index d20d37db..b63c2472 100644 --- a/serverless-sample/app/readme.md +++ b/serverless-sample/app/readme.md @@ -9,7 +9,7 @@ To achieve this, the terraform code in the infra directory can be executed. ## Installation 1. Clone the repository: ```bash -git clone https://github.com/cldcvr/codepipes-tutorials.git +git clone https://github.com/ollionorg/codepipes-tutorials.git ``` 2. Navigate to the app folder you want to use: diff --git a/serverless-sample/bundle/aws/apprunner/env.yml b/serverless-sample/bundle/aws/apprunner/env.yml index 9b79d817..ed91a35e 100644 --- a/serverless-sample/bundle/aws/apprunner/env.yml +++ b/serverless-sample/bundle/aws/apprunner/env.yml @@ -5,7 +5,7 @@ environment: description: App runner sample app infra on AWS revision: driver: github - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: serverless-sample/infra/aws identifier: main type: branch diff --git a/serverless-sample/bundle/gcp/cloudrun/env.yml b/serverless-sample/bundle/gcp/cloudrun/env.yml index 966e3fd6..42e1eab7 100644 --- a/serverless-sample/bundle/gcp/cloudrun/env.yml +++ b/serverless-sample/bundle/gcp/cloudrun/env.yml @@ -5,7 +5,7 @@ environment: description: Cloud run sample app infra on GCP revision: driver: github - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: serverless-sample/infra/gcp identifier: cloudrun-demo type: branch diff --git a/tools/cust_acct_setup/aws/provider.tf b/tools/cust_acct_setup/aws/provider.tf index f765549b..775d09a1 100644 --- a/tools/cust_acct_setup/aws/provider.tf +++ b/tools/cust_acct_setup/aws/provider.tf @@ -9,4 +9,5 @@ terraform { provider "aws" { region = var.region + profile = "default" } diff --git a/voting/bundle/aws/eks/env.yml b/voting/bundle/aws/eks/env.yml index 58c0fed0..8d942512 100644 --- a/voting/bundle/aws/eks/env.yml +++ b/voting/bundle/aws/eks/env.yml @@ -5,7 +5,7 @@ environment: description: Voting app infra on AWS revision: driver: github - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: voting/infra/aws/eks identifier: main type: branch diff --git a/voting/bundle/aws/eks_https/env.yml b/voting/bundle/aws/eks_https/env.yml index 0875bdb8..76469153 100644 --- a/voting/bundle/aws/eks_https/env.yml +++ b/voting/bundle/aws/eks_https/env.yml @@ -5,7 +5,7 @@ environment: description: Voting app infra on AWS revision: driver: github - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: voting/infra/aws/eks identifier: main type: branch diff --git a/wpdemo/bundle/aws/ec2/index.yml b/wpdemo/bundle/aws/ec2/index.yml index d5a7d2e6..06c464f1 100644 --- a/wpdemo/bundle/aws/ec2/index.yml +++ b/wpdemo/bundle/aws/ec2/index.yml @@ -8,7 +8,7 @@ environment: description: wordpress app infra on AWS ec2 revision: driver: github - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: wpdemo/infra/aws/ec2 identifier: main type: branch diff --git a/wpdemo/bundle/aws/eks/env.yml b/wpdemo/bundle/aws/eks/env.yml index 3dd9abf1..e68e24f0 100644 --- a/wpdemo/bundle/aws/eks/env.yml +++ b/wpdemo/bundle/aws/eks/env.yml @@ -5,7 +5,7 @@ environment: description: wordpress app infra on AWS eks revision: driver: github - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: wpdemo/infra/aws/eks identifier: main type: branch diff --git a/wpdemo/bundle/gcp/coudrun/env.yml b/wpdemo/bundle/gcp/coudrun/env.yml index 45db3f93..5662302f 100644 --- a/wpdemo/bundle/gcp/coudrun/env.yml +++ b/wpdemo/bundle/gcp/coudrun/env.yml @@ -5,7 +5,7 @@ environment: description: wordpress app infra on GCP CloudRun revision: driver: github - repo: https://github.com/cldcvr/codepipes-tutorials + repo: https://github.com/ollionorg/codepipes-tutorials dir: wpdemo/infra/gcp/run identifier: cloudrun-demo type: branch @@ -18,13 +18,13 @@ environment: value: wpdemo - type: tf_var key: db_password - value: + value: - type: tf_var key: db_instance_type value: db-f1-micro - type: tf_var key: db_instance_name - value: wpdb + value: wpdb policySet: Unrestricted creds: - cloud