Skip to content

Commit

Permalink
Remove GOV.UK PaaS dev deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbarnett91 committed Nov 22, 2023
1 parent dad8ab3 commit 0bb0e90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ jobs:
curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=${CF_CLI_VERSION}" | tar -zx -C $GITHUB_WORKSPACE/bin
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
- name: Deploy dev
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
env:
CF_USERNAME: ${{ secrets.CF_USERNAME }}
CF_PASSWORD: ${{ secrets.CF_PASSWORD }}
run: |
cf api api.london.cloud.service.gov.uk
cf auth
cf target -o beis-energy-label-service -s energy-label-service-dev
cf push -f manifest-dev.yml
cf logout
- name: Deploy QA
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/qa' }}
env:
Expand Down
20 changes: 0 additions & 20 deletions manifest-dev.yml

This file was deleted.

0 comments on commit 0bb0e90

Please sign in to comment.