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

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

@mykmelez

Description

@mykmelez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions