mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-01-07 15:15:48 +01:00
11 lines
325 B
YAML
11 lines
325 B
YAML
on: push
|
|
name: Publish tft file to http webserver
|
|
jobs:
|
|
curl:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- name: curl
|
|
uses: wei/curl@v1
|
|
with:
|
|
args: -u ${{secrets.UPLOAD_USER}}:${{secrets.UPLOAD_PASSWORD}} --upload-file HMI/nspanel.tft ${{secrets.UPLOAD_URL}} |