forked from CCCHH/ccchh-website
CI: Deploy PRs to staging
This commit is contained in:
parent
d9b20dcd25
commit
75cee47ab7
2 changed files with 25 additions and 5 deletions
19
.forgejo/workflows/cleanup.yaml
Normal file
19
.forgejo/workflows/cleanup.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
- closed
|
||||
|
||||
jobs:
|
||||
cleanup-staging:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/oci/node:20-bookworm
|
||||
steps:
|
||||
- name: Pipeline info PR
|
||||
run: |
|
||||
echo "PR#${{ github.event.pull_request.number }} ${{ github.event.action }}"
|
||||
|
||||
- name: Deploy - Remove PR from staging
|
||||
if: github.event.action == 'closed'
|
||||
run: |
|
||||
ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts' ccchh-website-deploy@public-web-static-intern.hamburg.ccc.de -t "rm -r /var/www/next.hamburg.ccc.de/pr${{ github.event.pull_request.number }}/"
|
Loading…
Add table
Add a link
Reference in a new issue