From 5701a3de1c7161d9bb7ea71e161c1f0daf9040f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Tue, 12 Jan 2021 19:11:56 +0900 Subject: [PATCH] chore: create need file in github action --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2d43c6c..716c24b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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 \ No newline at end of file