Skip to content

Commit

Permalink
Node stuff before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
danivovich committed Jul 29, 2024
1 parent bb01c0a commit bdc2855
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 2.1
orbs:
cloudfoundry: circleci/[email protected]
ruby: circleci/[email protected]
node: circleci/[email protected]
docker: circleci/[email protected]

executors:
Expand Down Expand Up @@ -145,6 +146,10 @@ jobs:
steps:
- checkout
- run: bundle cache --all
- node/install:
install-yarn: true
- node/install-packages:
pkg-manager: yarn
- run: echo -e $DEV_PRIVATE_KEY > dev_key.pem
- run: echo -e $DEV_PUBLIC_CERT > dev_cert.pem
- run: echo 'export CF_PASSWORD=$CF_PASSWORD_DEV' >> $BASH_ENV
Expand Down

0 comments on commit bdc2855

Please sign in to comment.