--
This commit is contained in:
parent
8cdb17c09e
commit
3bd4157154
@ -17,7 +17,7 @@ jobs:
|
||||
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
DeployService:
|
||||
runs-on: [frontprod]
|
||||
needs: CreateImage
|
||||
#needs: CreateImage
|
||||
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7
|
||||
with:
|
||||
runner: frontprod
|
||||
|
@ -4,7 +4,7 @@ WORKDIR /usr/app
|
||||
COPY . .
|
||||
|
||||
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
|
||||
|
@ -1,7 +1,7 @@
|
||||
services:
|
||||
admin_front:
|
||||
restart: unless-stopped
|
||||
image: gitea.pena/penaside/adminfront/main:$GITHUB_RUN_NUMBER
|
||||
image: gitea.pena/penaside/adminfront/main:1102
|
||||
hostname: admin
|
||||
ports:
|
||||
- 10.8.0.131:80:80
|
||||
|
Loading…
Reference in New Issue
Block a user