Skip to content

CI/CD configuration. #45

CI/CD configuration.

CI/CD configuration. #45

Workflow file for this run

name: Build pull request
on:
pull_request:
branches: [ "master" ]
jobs:
build:
#if: ${{ true }}
permissions:
checks: write
contents: read
uses: 'connectorio/gh-actions-shared/.github/workflows/maven.yml@master'
secrets:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
with:
openhab: false
server_id: thing4-snapshots
deploy: true