This commit is contained in:
Finn 2024-08-04 23:32:09 -07:00
parent 4b9826e489
commit 5794777bb7

View file

@ -2,6 +2,7 @@ on:
push:
branches:
- main
- apcupsd-exporter
paths:
- .forgejo/workflows/build-apcupsd-exporter.yaml
@ -18,11 +19,13 @@ jobs:
git clone https://github.com/mdlayher/apcupsd_exporter.git
cd apcupsd_exporter
go build .
ls -lha apcupsd_exporter
pwd
- name: upload
uses: https://codeberg.org/EntanglementGarden/actions/generic-upload@v0.1
with:
upload-username: ${{ secrets.DEPLOY_USER }} # must be a user that can upload to the registry
upload-token: ${{ secrets.DEPLOY_TOKEN }}
files: apcupsd_exporter/apcupsd_exporter
package: infra-apcupsd_exporter
package: infra/apcupsd_exporter