Usando nexus e alterando endpoint do backend
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
SKIP_PREFLIGHT_CHECK=true
|
SKIP_PREFLIGHT_CHECK=true
|
||||||
REACT_APP_API_URL=https://minesweeper.makecodes.dev
|
REACT_APP_API_URL=https://minesapi.makecodes.dev
|
||||||
|
|||||||
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -17,10 +17,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: --docker
|
args: --docker
|
||||||
env:
|
env:
|
||||||
USERNAME: imakecodes
|
USERNAME: ${{ secrets.NEXUS_USERNAME }}
|
||||||
PASSWORD: ${{ secrets.GH_TOKEN }}
|
PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
|
||||||
REGISTRY: 'docker.pkg.github.com'
|
REGISTRY: 'docker.nexus.makecodes.dev'
|
||||||
DOCKERFILE: 'Dockerfile'
|
DOCKERFILE: 'Dockerfile'
|
||||||
IMAGE_NAME: 'minesweeper-fe'
|
IMAGE_NAME: 'mines-frontend'
|
||||||
TAG_NAME: 'main'
|
TAG_NAME: 'main'
|
||||||
LATEST: 'true'
|
LATEST: 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user