Rename actions and include production env (no secrets)

This commit is contained in:
Fergal Moran
2022-04-11 12:44:47 +01:00
parent 09ea9a323d
commit 57bd83da62
5 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: Docker Image CI
name: Build Backend Docker Image
on:
push:

View File

@@ -1,4 +1,4 @@
name: Docker Image CI
name: Build Frontend Docker Image
on:
push:

3
.gitignore vendored
View File

@@ -1,3 +1,2 @@
files
certs
frontend/.env.production
certs

4
frontend/.env.production Normal file
View File

@@ -0,0 +1,4 @@
BROWSER=none
HTTPS=false
REACT_APP_API_URL=https://api.streams.fergl.ie
REACT_APP_SERVER_URL=http://localhost:9531

2
frontend/.gitignore vendored
View File

@@ -21,6 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
env.production
.env.production
.vscode/