appsody / tekton-example

Example implementation of a tekton pipeline that deploys an Appsody project. This repo will be archived soon.
Apache License 2.0
11 stars 20 forks source link

Appsody deploy creates file named app-deploy.yaml since 0.4.0 #20

Closed chilanti closed 5 years ago

chilanti commented 5 years ago

Deployment from Appsody CLI has changed rather radically since version 0.4.0. One change is the name of the manifest file that gets generated (used to be appsody-service.yaml - now app-deploy.yaml). The Tekton example needs to take that into account.