mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
ci: creating mysql config file
This commit is contained in:
parent
39251501c9
commit
d86b3d55b8
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -28,6 +28,6 @@ jobs:
|
||||
with:
|
||||
node-version: 14
|
||||
- name: Create needed files
|
||||
run: touch public.pem & touch .env.production.local & touch private.key & echo '{"tester":"DEMO_KEY"}' > secret.json
|
||||
run: touch public.pem & touch .env.production.local & echo 'MYSQL_ROOT_PASSWORD=YOUSHALLNOTPASS' > .env.mysql.local & touch private.key & echo '{"tester":"DEMO_KEY"}' > secret.json
|
||||
- name: Docker Compose
|
||||
run: docker-compose up -d
|
||||
Loading…
x
Reference in New Issue
Block a user