Skip to content

Test deployment

Test deployment #52

Workflow file for this run

name: Test deployment
on:
workflow_dispatch
jobs:
deploy-job:
runs-on: ubuntu-latest
name: Deploy and test
steps:
- uses: actions/checkout@v3
- id: Test
uses: structr/structr-deploy-action@v1
with:
neo4j-version: 'latest'
structr-version: '5.2.1'
structr-webapp-path: '${{ github.workspace }}/webapp'
structr-conf-file: '${{ github.workspace }}/structr.conf'
- name: "Run hello-world"
run: curl -v localhost:8082/hello-world