Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Tyler | bdb38fbb10 | |
Tyler | d2deb7a4ba | |
Tyler | 4976cdf4d4 |
|
@ -9,7 +9,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
path: /build
|
path: /build
|
||||||
commands:
|
commands:
|
||||||
- export VERSION="1.2.3"
|
- export VERSION="1.2.5"
|
||||||
- echo $VERSION > /build/version.txt
|
- echo $VERSION > /build/version.txt
|
||||||
- echo "v$VERSION" > /build/release-version.txt
|
- echo "v$VERSION" > /build/release-version.txt
|
||||||
- npm install
|
- npm install
|
||||||
|
@ -35,7 +35,7 @@ steps:
|
||||||
gitea_server: https://git.meow.tf
|
gitea_server: https://git.meow.tf
|
||||||
tag_file: /build/release-version.txt
|
tag_file: /build/release-version.txt
|
||||||
title_file: /build/release-version.txt
|
title_file: /build/release-version.txt
|
||||||
files: [ '/build/*' ]
|
files: [ '/build/*.tgz', '/build/*.deb' ]
|
||||||
environment:
|
environment:
|
||||||
PLUGIN_API_KEY:
|
PLUGIN_API_KEY:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
|
|
@ -6,4 +6,4 @@ fpm -s dir -t deb -p /build/arm-web_$VERSION.deb \
|
||||||
-m "cats <admin@meow.tf>" --vendor "Meow.tf" \
|
-m "cats <admin@meow.tf>" --vendor "Meow.tf" \
|
||||||
--url "https://meow.tf" \
|
--url "https://meow.tf" \
|
||||||
packaging/arm.conf=/etc/nginx/conf.d/arm.conf \
|
packaging/arm.conf=/etc/nginx/conf.d/arm.conf \
|
||||||
/build/dist=/var/lib/arm/web
|
/build/dist/=/var/lib/arm/web/
|
||||||
|
|
Loading…
Reference in New Issue