mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: create need file in github action
This commit is contained in:
parent
6676b347ef
commit
5701a3de1c
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 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
|
||||
run: docker-compose up -d
|
||||
Loading…
x
Reference in New Issue
Block a user