Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

switch to using the "deploy" step with a "script" provider #285

Open
mykmelez opened this issue Sep 12, 2016 · 0 comments
Open

switch to using the "deploy" step with a "script" provider #285

mykmelez opened this issue Sep 12, 2016 · 0 comments

Comments

@mykmelez
Copy link
Contributor

According to https://next.travis-ci.com/, Travis has shipped a "Custom" deployment provider:

A new deployment provider "Custom", which runs a single command for deployment has been deployed.

In the docs, they appear to call this the script provider:

https://docs.travis-ci.com/user/deployment/script

Oghliner currently uses a custom after_success step, which is supported by Travis:

https://docs.travis-ci.com/user/deployment/custom/

But the after_success command in Oghliner is pretty hairy, and it prevents users from using that step for anything else. It also doesn't play as nicely with the build lifecycle, which includes before_deploy and after_deploy steps that surround the deploy step:

https://docs.travis-ci.com/user/customizing-the-build/#The-Build-Lifecycle

So Oghliner should switch to using the deploy step with a script provider.

imjaroiswebdev added a commit to imjaroiswebdev/oghliner that referenced this issue May 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant