Skip to content

Commit

Permalink
Merge pull request #268 from CodeForPhilly/develop
Browse files Browse the repository at this point in the history
Release: v3.2.7
  • Loading branch information
themightychris authored Apr 3, 2023
2 parents 52fb921 + 10170e6 commit d7f3112
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 273 deletions.
234 changes: 0 additions & 234 deletions .github/workflows/k8s-deploy.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/k8s-destroy.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ on:
branches: [ develop ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: preview-${{ github.head_ref }}
cancel-in-progress: true

permissions:
contents: write
packages: write
deployments: write

jobs:
preview-deploy:
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/preview-destroy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: 'Preview: Destroy'

on:
pull_request:
branches: [ develop ]
types: [ closed ]

concurrency:
group: preview-${{ github.head_ref }}
cancel-in-progress: true

permissions:
deployments: write

jobs:
preview-destroy:
runs-on: ubuntu-latest
steps:

- uses: EmergencePlatform/php-runtime@github-actions/destroy-site-preview/v1
id: destroy-site-preview
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
kube-config: ${{ secrets.KUBECONFIG_BASE64 }}
kube-namespace: laddr

0 comments on commit d7f3112

Please sign in to comment.