feat: update makefile #1

Merged
unkinben merged 3 commits from neoloc/buildlist into master 2024-12-01 00:13:39 +11:00
3 changed files with 14 additions and 2 deletions
Showing only changes of commit 346861ff9a - Show all commits

View File

@ -1,7 +1,9 @@
name: Build
name: Deploy
on:
pull_request:
push:
branches:
- master
jobs:
build:
@ -24,3 +26,11 @@ jobs:
- name: Build Docker Image
run: |
make build
- name: Upload RPMs to Gitea
env:
DRONECI_PASSWORD: ${{ secrets.DRONECI_PASSWORD }}
run: |
for deploy in /workspace/src/rpmbuild/RPMS/*/*.rpm; do
curl --user droneci:${{ secrets.DRONECI_PASSWORD }} --upload-file $rpm https://git.query.consul/api/packages/unkin/rpm/almalinux/el8/upload
done

View File

@ -0,0 +1 @@
almalinux/el8

View File

@ -0,0 +1 @@
1