Test multistages
This commit is contained in:
parent
4c12a5927e
commit
b15b408476
@ -1,7 +1,7 @@
|
||||
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
name: Build
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
@ -11,6 +11,8 @@ steps:
|
||||
- name: build
|
||||
commands:
|
||||
- docker build .
|
||||
|
||||
name: Deployment
|
||||
- name: run
|
||||
commands:
|
||||
- docker-compose up --build -d
|
||||
|
Loading…
Reference in New Issue
Block a user