Skip to content

Commit

Permalink
Remove the 'staging' environment from workflows
Browse files Browse the repository at this point in the history
This isn't in use
  • Loading branch information
seanh committed Sep 20, 2023
1 parent 473138b commit 328d208
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,6 @@ jobs:
elasticbeanstalk_environment: qa
docker_tag: ${{ needs.Docker_Hub.outputs.docker_tag }}
secrets: inherit
staging:
name: Staging
needs: [docker_hub]
uses: hypothesis/workflows/.github/workflows/deploy.yml@main
with:
operation: deploy
github_environment_name: Staging
github_environment_url: https://via.staging.hypothes.is/https://en.wikipedia.org/wiki/Diplodocus
aws_region: us-west-1
elasticbeanstalk_application: viahtml
elasticbeanstalk_environment: staging
docker_tag: ${{ needs.Docker_Hub.outputs.docker_tag }}
secrets: inherit
qa_edu:
name: QA (Edu)
needs: [docker_hub]
Expand Down

0 comments on commit 328d208

Please sign in to comment.