mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-23 07:54:25 +01:00
test gitlab action
This commit is contained in:
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user