Skip to content

Commit

Permalink
Revert "github-deployment enables a deployment in github for actions"
Browse files Browse the repository at this point in the history
This reverts commit 11ef477.
  • Loading branch information
simonjohansson committed Oct 30, 2023
1 parent 11ef477 commit 14277a3
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 218 deletions.
22 changes: 6 additions & 16 deletions e2e/actions/deploy-cf/.halfpipe.io
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ team: halfpipe-team
pipeline: pipeline-name
platform: actions

feature_toggles:
- github-deployment

triggers:
- type: git
watched_paths:
Expand All @@ -23,7 +20,7 @@ tasks:
name: deploy to cf
api: ((cloudfoundry.api-snpaas))
org: ((cloudfoundry.org-snpaas))
space: space1
space: dev
manifest: manifest.yml
deploy_artifact: foo.html
vars:
Expand All @@ -36,7 +33,7 @@ tasks:
name: deploy to cf with cf8
api: ((cloudfoundry.api-snpaas))
org: ((cloudfoundry.org-snpaas))
space: space2
space: dev
manifest: manifest.yml
deploy_artifact: foo.html
cli_version: cf8
Expand All @@ -50,7 +47,7 @@ tasks:
name: deploy to cf with pre-promote
api: ((cloudfoundry.api-snpaas))
org: ((cloudfoundry.org-snpaas))
space: space3
space: dev
manifest: manifest.yml
deploy_artifact: foo.html
vars:
Expand All @@ -73,15 +70,15 @@ tasks:
name: deploy to cf with docker image
api: ((cloudfoundry.api-snpaas))
org: ((cloudfoundry.org-snpaas))
space: space4
space: dev
manifest: manifest-docker.yml
docker_tag: version

- type: deploy-cf
name: deploy with sso
api: ((cloudfoundry.api-snpaas))
org: ((cloudfoundry.org-snpaas))
space: space5
space: dev
deploy_artifact: foo.html
sso_route: my-route.public.springernature.app
rolling: true
Expand All @@ -90,13 +87,6 @@ tasks:
name: deploy without artifact
api: ((cloudfoundry.api-snpaas))
org: ((cloudfoundry.org-snpaas))
space: space6
space: dev
sso_route: my-route.public.springernature.app
rolling: true

- type: deploy-cf
name: deploy to cf worker app
api: ((cloudfoundry.api-snpaas))
org: ((cloudfoundry.org-snpaas))
space: space7
manifest: manifest-worker.yml
2 changes: 1 addition & 1 deletion e2e/actions/deploy-cf/manifest-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ applications:
instances: 1
memory: 32M
routes:
- route: my-route.public.springernature.app
- route: "test-route"
docker:
image: eu.gcr.io/halfpipe-io/someImage
9 changes: 0 additions & 9 deletions e2e/actions/deploy-cf/manifest-worker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/actions/deploy-cf/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ applications:
instances: 1
memory: 32M
routes:
- route: my-route.public.springernature.app
- route: test-route
- route: my-route.public.springernature.app
buildpacks:
- java
Loading

0 comments on commit 14277a3

Please sign in to comment.