test gitlab action

This commit is contained in:
Johannes
2022-02-26 15:49:09 +01:00
committed by GitHub
parent 4c9682377b
commit bc35335539

14
.github/workflows/main.yml vendored Normal file
View 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"