ph4 #1
@ -1,12 +1,14 @@
|
||||
name: Deploy to Production, build images and push to Gitea Registry
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches:
|
||||
- prod
|
||||
|
||||
jobs:
|
||||
build_and_push:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user