feat(ci): use my new package utility instead of pages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c0cd4d7771
commit
8df4863cf4
1 changed files with 19 additions and 9 deletions
|
@ -133,18 +133,28 @@ local release() = {
|
|||
],
|
||||
},
|
||||
{
|
||||
name: 'trigger',
|
||||
image: 'grafana/drone-downstream',
|
||||
name: 'package',
|
||||
image: 'git.freecumextremist.com/notsam/drone-gitea-push-packages',
|
||||
settings: {
|
||||
token: {
|
||||
from_secret: 'DRONE_TOKEN',
|
||||
base_url: 'https://git.froth.zone',
|
||||
owner: 'sam',
|
||||
project_name: 'awl',
|
||||
package_name: 'awl-dns',
|
||||
username: 'sam',
|
||||
password: {
|
||||
from_secret: 'GITEA_TOKEN',
|
||||
},
|
||||
repositories: [
|
||||
'packages/awl',
|
||||
],
|
||||
parameters: [
|
||||
'TAG=${DRONE_TAG}',
|
||||
architectures: [
|
||||
'amd64',
|
||||
'arm64',
|
||||
'386',
|
||||
'armv6'
|
||||
],
|
||||
package_types: [
|
||||
'deb',
|
||||
'apk',
|
||||
'rpm'
|
||||
]
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue