mongo-express-enhanced
Version:
Web-based admin interface for MongoDB
33 lines (32 loc) • 550 B
YAML
stages:
- name: Build
inputs:
- type: git
branch: master
triggers:
- type: commit
jobs:
- name: Build
type: builder
artifact_dir: ''
- name: Deploy
inputs:
- type: job
stage: Build
job: Build
triggers:
- type: stage
jobs:
- name: Deploy
type: deployer
target:
url: ${CF_TARGET_URL}
organization: ${CF_ORGANIZATION}
space: ${CF_SPACE}
application: ${CF_APP}
script: |-
#!/bin/bash
cf push "${CF_APP}"
# view logs
#cf logs "${CF_APP}" --recent