This commit is contained in:
Memiks 2019-12-06 09:50:48 +09:00
parent 3c09acf1b2
commit 64be9cf520

View File

@ -3,19 +3,19 @@ type: exec
name: exec-debian-memiks name: exec-debian-memiks
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
steps: steps:
name: greeting - name: greeting
commands: commands:
- echo hello world - echo hello world
name: build - name: build
commands: commands:
- docker build -t docker-php-nginx . - docker build -t docker-php-nginx .
trigger: trigger:
event: event:
- push - push
- tag - tag
- rollback - rollback