--
This commit is contained in:
parent
c486780fea
commit
93f469f786
@ -8,16 +8,16 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CreateImage:
|
CreateImage:
|
||||||
runs-on: [hubstaging]
|
runs-on: [skeris]
|
||||||
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.6-p
|
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.6-p
|
||||||
with:
|
with:
|
||||||
runner: hubstaging
|
runner: skeris
|
||||||
secrets:
|
secrets:
|
||||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||||
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: hubprod
|
runner: hubprod
|
||||||
|
@ -3,6 +3,6 @@ services:
|
|||||||
container_name: hub
|
container_name: hub
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: hub
|
hostname: hub
|
||||||
image: gitea.pena/penaside/front-hub/main:$GITHUB_RUN_NUMBER
|
image: gitea.pena/penaside/front-hub/main:1118
|
||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user