mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
fix: update CI/CD configuration to rename build step from 'build-backend' to 'build-app' and adjust repository reference accordingly
This commit is contained in:
@@ -5,11 +5,11 @@ trigger:
|
||||
kind: pipeline
|
||||
name: Build
|
||||
steps:
|
||||
- name: build-backend
|
||||
- name: build-app
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username: fudaoyuanicu
|
||||
repo: fudaoyuanicu/015-backend
|
||||
repo: fudaoyuanicu/015-app
|
||||
password:
|
||||
from_secret: docker_password
|
||||
dockerfile: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user