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