更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Has been cancelled
Details
Docker Deploy / build-and-deploy (push) Has been cancelled
Details
This commit is contained in:
parent
c16a0866e1
commit
a40700e833
|
@ -8,10 +8,9 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: demo
|
||||
runs-on: runner
|
||||
env:
|
||||
HOST_PORT: 8080
|
||||
DOMAIN: "${{vars.DOMAIN}}"
|
||||
CTN_NAME: "ctn-pms-demo"
|
||||
IMG_NAME: "${{ github.repository }}:${{ github.ref_name }}"
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue