ci: add cd
This commit is contained in:
@@ -2,8 +2,8 @@ name: Continuous Integration
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- main
|
- "v[0_9]+.[0_9]+.[0_9]+"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -21,4 +21,4 @@ jobs:
|
|||||||
run: make upload
|
run: make upload
|
||||||
env:
|
env:
|
||||||
PACKAGES_USERNAME: ${{ vars.PACKAGES_USERNAME }}
|
PACKAGES_USERNAME: ${{ vars.PACKAGES_USERNAME }}
|
||||||
PACKAGES_TOKEN: ${{ github.token }}
|
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
|
||||||
2
Makefile
2
Makefile
@@ -48,4 +48,4 @@ tarball: $(RPM_TARBALL_PATH)
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload:
|
upload:
|
||||||
curl --fail-with-body --upload-file "$(RPM_BUILD_PATH)" --user "$(PACKAGES_TOKEN)" https://git.netoik.io/api/packages/samuel/rpm/upload
|
curl --fail-with-body --upload-file "$(RPM_BUILD_PATH)" --user "$(PACKAGES_USERNAME):$(PACKAGES_TOKEN)" https://git.netoik.io/api/packages/samuel/rpm/upload
|
||||||
|
|||||||
Reference in New Issue
Block a user