mirror of
https://github.com/fergalmoran/xtreamium.git
synced 2025-12-22 09:41:33 +00:00
Rename actions and include production env (no secrets)
This commit is contained in:
2
.github/workflows/backend-docker-image.yml
vendored
2
.github/workflows/backend-docker-image.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Docker Image CI
|
name: Build Backend Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/frontend-docker-image.yml
vendored
2
.github/workflows/frontend-docker-image.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Docker Image CI
|
name: Build Frontend Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,2 @@
|
|||||||
files
|
files
|
||||||
certs
|
certs
|
||||||
frontend/.env.production
|
|
||||||
4
frontend/.env.production
Normal file
4
frontend/.env.production
Normal 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
2
frontend/.gitignore
vendored
@@ -21,6 +21,4 @@
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
env.production
|
|
||||||
.env.production
|
|
||||||
.vscode/
|
.vscode/
|
||||||
Reference in New Issue
Block a user