ci: creating mysql config file

This commit is contained in:
원더 2021-01-13 10:10:41 +09:00
parent 39251501c9
commit d86b3d55b8

View File

@ -28,6 +28,6 @@ jobs:
with: with:
node-version: 14 node-version: 14
- name: Create needed files - 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 - name: Docker Compose
run: docker-compose up -d run: docker-compose up -d