2022-06-08 10:50:23 -05:00
|
|
|
# file: .github/workflows/preview-closed.yaml
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
types:
|
|
|
|
- closed
|
|
|
|
|
|
|
|
name: Destroy preview environment
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
destroy-preview-environment:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Context
|
|
|
|
uses: okteto/context@latest
|
|
|
|
with:
|
|
|
|
token: ${{ secrets.OKTETO_TOKEN }}
|
|
|
|
|
|
|
|
- name: Destroy preview environment
|
|
|
|
uses: okteto/destroy-preview@latest
|
|
|
|
with:
|
2022-06-08 11:48:00 -05:00
|
|
|
name: pr-${{ github.event.number }}-syuilo
|