提交 206df794 作者: 余乾开

Update alibabacloud.yml

上级 41e8b772
......@@ -2,7 +2,8 @@ name: Build and Push to ACR
on:
push:
branches: [ "develop" ]
### Production
branches: [ "master" ]
env:
REGION_ID: cn-shenzhen
......@@ -25,7 +26,8 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
environment: dev
### Production
environment: prod
steps:
- name: Checkout
......@@ -62,5 +64,5 @@ jobs:
git config user.name "Chuck"
git config user.email "Chuck@users.noreply.github.com"
git remote set-url origin "$GITLAB_URL"
git commit -am "generated Image update"
git push origin develop
\ No newline at end of file
git commit -am "Generated Image New Tag"
git push origin master
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论