mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
Delete main.yml
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -1,11 +0,0 @@
|
||||
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}} -i -X POST -H "Content-Type: multipart/form-data" -F "data=@HMI/nspanel.tft" -F "git_hash=$GITHUB_SHA" ${{secrets.UPLOAD_URL}}'
|
||||
Reference in New Issue
Block a user