This commit is contained in:
parent
4b9826e489
commit
3519f486b9
1 changed files with 4 additions and 1 deletions
|
@ -17,12 +17,15 @@ jobs:
|
|||
sudo apt-get update && sudo apt-get install -y golang-go
|
||||
git clone https://github.com/mdlayher/apcupsd_exporter.git
|
||||
cd apcupsd_exporter
|
||||
go build .
|
||||
go build ./cmd/apcupsd_exporter
|
||||
ls -lha
|
||||
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
|
||||
version: ${{ github.SHA }}
|
||||
package: infra-apcupsd_exporter
|
||||
|
||||
|
|
Loading…
Reference in a new issue