--
This commit is contained in:
parent
8cdb17c09e
commit
3bd4157154
@ -17,7 +17,7 @@ jobs:
|
|||||||
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
DeployService:
|
DeployService:
|
||||||
runs-on: [frontprod]
|
runs-on: [frontprod]
|
||||||
needs: CreateImage
|
#needs: CreateImage
|
||||||
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7
|
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7
|
||||||
with:
|
with:
|
||||||
runner: frontprod
|
runner: frontprod
|
||||||
|
@ -4,7 +4,7 @@ WORKDIR /usr/app
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npm install --force && yarn cache clean
|
RUN npm install --force && yarn cache clean
|
||||||
RUN /usr/local/bin/psstat.sh "npm run build"
|
RUN npm run build
|
||||||
|
|
||||||
|
|
||||||
FROM gitea.pena/penadevops/container-images/nginx:main as result
|
FROM gitea.pena/penadevops/container-images/nginx:main as result
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
admin_front:
|
admin_front:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: gitea.pena/penaside/adminfront/main:$GITHUB_RUN_NUMBER
|
image: gitea.pena/penaside/adminfront/main:1102
|
||||||
hostname: admin
|
hostname: admin
|
||||||
ports:
|
ports:
|
||||||
- 10.8.0.131:80:80
|
- 10.8.0.131:80:80
|
||||||
|
Loading…
Reference in New Issue
Block a user