Delete main.yml

This commit is contained in:
joBr99
2022-02-26 22:43:35 +01:00
committed by GitHub
parent a45dbf76d7
commit a281320f6b

View File

@@ -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}}'