chore: create need file in github action

This commit is contained in:
원더 2021-01-12 19:11:56 +09:00
parent 6676b347ef
commit 5701a3de1c

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 private.key & echo '{"tester":"DEMO_KEY"}' > secret.json run: touch public.pem & touch .env.production.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