Skip to content

Commit

Permalink
Add rolling strategy to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Feb 28, 2024
1 parent d1d22dd commit e716d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
sudo curl -v -L -o cf8-cli-installer_8.7.4_x86-64.deb 'https://packages.cloudfoundry.org/stable?release=debian64&version=8.7.4'
sudo dpkg -i cf8-cli-installer_8.7.4_x86-64.deb
- name: Write Google GA4 Credentails file from value in CircleCI env var.
- name: Write Google GA4 Credentials file from the value in GA4_CREDS env var.
run: |
echo $GA4_CREDS > ./my-analytics-ga4-65057af58daa.json
- name: Run envsubst on manifest.yml to set environment specific values
Expand All @@ -87,5 +87,5 @@ jobs:
# Log into cloud.gov
cf api api.fr.cloud.gov
cf login -u $CF_USERNAME -p $CF_PASSWORD -o $CF_ORGANIZATION_NAME -s $CF_SPACE_NAME
cf push -f "./manifest.yml"
cf push -f "./manifest.yml" --strategy rolling
cf logout

0 comments on commit e716d8d

Please sign in to comment.