Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

remind101/slashdeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3423754 · Dec 15, 2021
Jun 8, 2021
Dec 15, 2021
Aug 21, 2018
Jul 30, 2020
Dec 11, 2018
Jun 7, 2021
Feb 3, 2016
Feb 3, 2016
Dec 15, 2021
Feb 7, 2016
Feb 8, 2016
Feb 8, 2016
Feb 8, 2016
Feb 8, 2016
Aug 4, 2020
Feb 3, 2016
Jun 8, 2021
Jun 8, 2021
Jun 8, 2021
Jun 8, 2021
Jun 8, 2021
Jun 8, 2021
Jun 8, 2021
May 3, 2017
Jul 30, 2020
Aug 20, 2018
Jul 27, 2020
Jul 31, 2018
Jun 8, 2021
Jul 30, 2020
Jul 30, 2020

Repository files navigation

SlashDeploy Build Status Code Climate

SlashDeploy is a web app for triggering GitHub Deployments via a /deploy command in Slack.

Installation

SlashDeploy is already hosted at https://slashdeploy.io. All you have to do is add it to your Slack team:

Add to Slack

Usage

Deploy a repository to the default environment (production):

/deploy ejholmes/acme-inc

Deploy a repository to a specific environment:

/deploy ejholmes/acme-inc to staging

Deploy a branch:

/deploy ejholmes/acme-inc@topic-branch to staging

And more at https://slashdeploy.io/docs.

Features

  • Create GitHub Deployments directly from Slack.
  • Receive Slack DM's whenever GitHub Deployments change status.
  • Trigger GitHub Deployments when a set of commit statuses pass (Continuous Delivery).
  • Environment locking.

Contributing

Contributions are highly welcome! If you'd like to contribute, please read CONTRIBUTING.md