mirror of
https://github.com/fergalmoran/xtreamium.git
synced 2025-12-22 01:34:11 +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:
|
||||
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:
|
||||
push:
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,2 @@
|
||||
files
|
||||
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*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
env.production
|
||||
.env.production
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user