This commit is contained in:
parent
6c7bd4a5f5
commit
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.4"
|
||||||
- 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
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user