Files
nspanel-lovelace-ui/.github/workflows/main.yml
2022-02-26 15:49:09 +01:00

14 lines
394 B
YAML

on: push
name: Publish tft file to http webserver
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Deploy Stage
uses: fjogeleit/http-request-action@master
with:
url: ${{ secrets.UPLOAD_URL }}
method: 'POST'
username: ${{ secrets.UPLOAD_USER }}
password: ${{ secrets.UPLOAD_PASSWORD }}
file: "HMI/nspanel.tft"