1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Attempt to port from GitLab CI to GitHub Actions

This commit is contained in:
Deltik
2019-11-27 16:55:53 -06:00
parent 6e8c81e652
commit e8cc0fb462
4 changed files with 111 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
deployer: 'local'
url: 'http://set-this-to-your-acceptance-test-url.local/'
db:
host: 'mysql'
host: 'db'
dbname: 'app'
user: 'root'
password: 'Database Password for Continuous Integration'