fix error step directive from script to commands
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
lab 2021-12-11 17:26:29 +08:00
parent 3069839c0d
commit 129931b283

View File

@ -63,7 +63,7 @@ steps:
image: alpine image: alpine
pull: if-not-exists pull: if-not-exists
settings: settings:
script: commands:
- echo "deply to staging" - echo "deply to staging"
- env - env
when: when:
@ -77,7 +77,7 @@ steps:
image: alpine image: alpine
pull: if-not-exists pull: if-not-exists
settings: settings:
script: commands:
- echo "deply to production" - echo "deply to production"
- env - env
when: when: