mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Move cleanup into previous step in testing action
This commit is contained in:
9
.github/workflows/demo-server-deploy.yml
vendored
9
.github/workflows/demo-server-deploy.yml
vendored
@@ -1,11 +1,9 @@
|
||||
name: "Deploy app to demo server (demo.archtika.com)"
|
||||
name: Deploy app to demo server (demo.archtika.com)
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Playwright tests"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
workflows: ['Playwright tests']
|
||||
types: [completed]
|
||||
env:
|
||||
SERVER_USER: root
|
||||
SERVER_IP: 128.140.75.240
|
||||
@@ -13,6 +11,7 @@ env:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user