Skip to content

Commit

Permalink
add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis-onrr committed Mar 31, 2021
1 parent 2e32832 commit 4ff2f40
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@ jobs:
curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
sudo dpkg -i cf-cli_amd64.deb
bash ./setup.sh onrr-cms-dev
deploy:
docker:
# This image has the latest cf-cli as well as zero downtime plugins, if needed.
- image: circleci/node:12.13.0
steps:
- checkout
- run:
name: run wordpress
name: state wordpress
command: |
pwd && ls -l
curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
Expand All @@ -45,10 +38,8 @@ jobs:
cf target -o "$DEV_CF_ORG" -s "$DEV_CF_SPACE"
cf push onrr-cms-dev -f ./manifest.yml
workflows:
build:
jobs:
- build-cms
deploy:
jobs:
- deploy
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
.ssh
test.lp
setup.json
manifest.yml
11 changes: 11 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
applications:
- name: onrr-cms-dev
memory: 256M
disk_quota: 512M
path: .
buildpacks:
- php_buildpack
services:
- onrr-dev-mysql
- onrr-dev-s3

0 comments on commit 4ff2f40

Please sign in to comment.