tama / pogo-discord-mod-bot

Simple mod tasks on a (pokemon go related) discord server
GNU General Public License v2.0
1 stars 0 forks source link

Environment and CI/CD #16

Open tama opened 5 years ago

tama commented 5 years ago

Global "issue" to track code related to environment and CI and/or automated builds + tests.

tama commented 5 years ago

Related : PR #2, #4, #8 and #14.

nicolasblaye commented 5 years ago

Do you have an idea of some automated CI/CD we could use? It would be nice if we could deploy branches on demand (even by myself)

EDIT: I studied having a hosted CI/CD pipeline, closest thing I found to what I want is this https://docs.drone.io/installation/github/single-machine/

tama commented 5 years ago

I'm quite familiar with Azure devops, using it at work. Other solutions may be Travis or Jenkins

nicolasblaye commented 5 years ago

Jenkins has a too high memory footprint. We could use travis but I wonder how to make the deploy? Can you set environment variable that are hidden to me?