certgen/.gitea/workflows/deployProd.yml
skeris dbc0717f0a
All checks were successful
Deploy / DeployService (push) Successful in 22s
new prod
2025-03-13 22:10:00 +03:00

18 lines
340 B
YAML

name: Deploy
run-name: ${{ gitea.actor }} build image and push to container registry
on:
push:
branches:
- 'main'
jobs:
DeployService:
runs-on: [frontprod]
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7
with:
runner: hubprod
actionid: ${{ gitea.run_id }}