diff --git a/.cookiecutter/includes/.github/workflows/environments.json b/.cookiecutter/includes/.github/workflows/environments.json index 873787f176..3f850da001 100644 --- a/.cookiecutter/includes/.github/workflows/environments.json +++ b/.cookiecutter/includes/.github/workflows/environments.json @@ -1,7 +1,7 @@ { "qa": { "github_environment_name": "QA", - "github_environment_url": "https://hypothesis.instructure.com/courses/125/assignments", + "github_environment_url": "https://hypothesis.instructure.com/courses/125/assignments/879", "aws_region": "us-west-1", "elasticbeanstalk_application": "lms", "elasticbeanstalk_environment": "qa" @@ -9,7 +9,7 @@ "production": { "needs": ["qa"], "github_environment_name": "Production", - "github_environment_url": "https://hypothesis.instructure.com/courses/125/assignments", + "github_environment_url": "https://hypothesis.instructure.com/courses/125/assignments/884", "aws_region": "us-west-1", "elasticbeanstalk_application": "lms", "elasticbeanstalk_environment": "prod" @@ -17,7 +17,7 @@ "production_canada": { "needs": ["qa"], "github_environment_name": "Production (Canada)", - "github_environment_url": "https://hypothesis.instructure.com/courses/315", + "github_environment_url": "https://hypothesis.instructure.com/courses/315/assignments/2735", "aws_region": "ca-central-1", "elasticbeanstalk_application": "lms", "elasticbeanstalk_environment": "prod" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0b0078e5ac..6411b6508b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: with: operation: deploy github_environment_name: QA - github_environment_url: https://hypothesis.instructure.com/courses/125/assignments + github_environment_url: https://hypothesis.instructure.com/courses/125/assignments/879 aws_region: us-west-1 elasticbeanstalk_application: lms elasticbeanstalk_environment: qa @@ -38,7 +38,7 @@ jobs: with: operation: deploy github_environment_name: Production - github_environment_url: https://hypothesis.instructure.com/courses/125/assignments + github_environment_url: https://hypothesis.instructure.com/courses/125/assignments/884 aws_region: us-west-1 elasticbeanstalk_application: lms elasticbeanstalk_environment: prod @@ -51,7 +51,7 @@ jobs: with: operation: deploy github_environment_name: Production (Canada) - github_environment_url: https://hypothesis.instructure.com/courses/315 + github_environment_url: https://hypothesis.instructure.com/courses/315/assignments/2735 aws_region: ca-central-1 elasticbeanstalk_application: lms elasticbeanstalk_environment: prod diff --git a/.github/workflows/redeploy.yml b/.github/workflows/redeploy.yml index 09bfca9864..2291d9a659 100644 --- a/.github/workflows/redeploy.yml +++ b/.github/workflows/redeploy.yml @@ -22,7 +22,7 @@ jobs: with: operation: redeploy github_environment_name: QA - github_environment_url: https://hypothesis.instructure.com/courses/125/assignments + github_environment_url: https://hypothesis.instructure.com/courses/125/assignments/879 aws_region: us-west-1 elasticbeanstalk_application: lms elasticbeanstalk_environment: qa @@ -34,7 +34,7 @@ jobs: with: operation: redeploy github_environment_name: Production - github_environment_url: https://hypothesis.instructure.com/courses/125/assignments + github_environment_url: https://hypothesis.instructure.com/courses/125/assignments/884 aws_region: us-west-1 elasticbeanstalk_application: lms elasticbeanstalk_environment: prod @@ -46,7 +46,7 @@ jobs: with: operation: redeploy github_environment_name: Production (Canada) - github_environment_url: https://hypothesis.instructure.com/courses/315 + github_environment_url: https://hypothesis.instructure.com/courses/315/assignments/2735 aws_region: ca-central-1 elasticbeanstalk_application: lms elasticbeanstalk_environment: prod