Skip to content

Commit 1a2cb48

Browse files
authored
Merge pull request #20 from fecgov/feature/6110-upgrade-cf-cli
upgrade cf cli
2 parents c9ad560 + b4bc55e commit 1a2cb48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
command: |
1717
mkdir -p $HOME/bin
1818
export PATH=$HOME/bin:$PATH
19-
curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&version=7.1.0" | tar xzv -C $HOME/bin
19+
curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&version=8.9.0" | tar xzv -C $HOME/bin
2020
2121
- run:
2222
name: Deploy Proxy

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The proxy follows [other projects](https://github.com/fecgov/openFEC#creating-a-
1414

1515
Manual deployment is an option if there are issues with CircleCI or you want more granular control of the process.
1616

17-
Before you start, make sure you have version 7 of the [Cloud Foundry CLI](https://docs.cloudfoundry.org/devguide/cf-cli/install-go-cli.html) installed.
17+
Before you start, make sure you have version 8 of the [Cloud Foundry CLI](https://docs.cloudfoundry.org/devguide/cf-cli/install-go-cli.html) installed.
1818

1919
When you're ready to deploy any changes, make sure you are on the `master` branch and have done a `git pull` so that all changes are pulled down. Now run the following commands, where `<space>` is the desired space you'd like to deploy to (`dev`, `stage`, or `prod`):
2020

0 commit comments

Comments
 (0)