This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: test
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:latest
|
||||
commands:
|
||||
- docker build -t test .
|
||||
- name: deploy
|
||||
image: docker:latest
|
||||
commands:
|
||||
- sh run.sh
|
||||
Reference in New Issue
Block a user