The Wayback Machine - https://web.archive.org/web/20220528180606/https://github.com/topics/porter
Skip to content
#

porter

Here are 53 public repositories matching this topic...

porter
carolynvs
carolynvs commented May 20, 2022

Right now when the porter.yaml file fails to unmarshal into a pkg.manifest/Manifest struct, the error message is just what comes back from the yaml parser which isn't helpful. We need to handle the error from the parser and provide additional context about what could be wrong

Here's the relevant part of porter: https://github.com/getporter/porter/blob/23393bfc2decfde5e8ebe55ec6b2d226d0d6afb6/pk

good first issue user experience 🌈💖 2 - 🍕
psimk
psimk commented Apr 26, 2022

@pota/deploy-scripts

Commands

  • deploy - runs a script that deploys the project to some remote server

Description

All of the templates duplicate an rsync npm script that uses rsync to deploy the project bundle to some remote server. Some, such as the muban template, even duplicate the script 3 times for custom in/out paths.

This is quite a

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the porter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the porter topic, visit your repo's landing page and select "manage topics."

Learn more