Edit .onedev-buildspec.yml
This commit is contained in:
parent
b65576e0d4
commit
3d4335d58e
|
|
@ -37,6 +37,10 @@ jobs:
|
||||||
- key: npm-cache
|
- key: npm-cache
|
||||||
path: /root/.npm
|
path: /root/.npm
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
postBuildActions:
|
||||||
|
- !RunJobAction
|
||||||
|
condition: successful
|
||||||
|
jobName: deploy
|
||||||
- name: deploy
|
- name: deploy
|
||||||
steps:
|
steps:
|
||||||
- !BuildImageStep
|
- !BuildImageStep
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue