debug
This commit is contained in:
parent
4b9826e489
commit
5794777bb7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue