Use GitHub Actions for CI

This commit is contained in:
Sebastian Serth
2020-12-07 12:25:08 +01:00
parent f5492ca35d
commit 6fb521f80a
9 changed files with 90 additions and 65 deletions

29
config/mnemosyne.yml.ci Normal file
View File

@ -0,0 +1,29 @@
# Mnemosyne AMQP sink
common: &common
# AMQP server endpoint
server: amqp://localhost
enabled: false
# Platform identifier to group applications
platform: codeocean
# AMQP exchange name, must be a topic exchange
# exchange: mnemosyne
# Application name, defaults to rails application name
application: app
# Hostname reported with traces, default to machine hostname
# hostname:
development:
<<: *common
test:
enabled: false
staging:
<<: *common
production:
<<: *common