mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-01-17 03:44:08 +01:00
14 lines
394 B
YAML
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" |