parent
c35192e53b
commit
1736e8804d
2 changed files with 466 additions and 96 deletions
|
@ -8,19 +8,16 @@ pipeline:
|
||||||
secrets: [ fontawesome_token ]
|
secrets: [ fontawesome_token ]
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
|
#- echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
|
||||||
- echo "//npm.fontawesome.com/:_authToken=$${FONTAWESOME_TOKEN}" >> .npmrc
|
#- echo "//npm.fontawesome.com/:_authToken=$${FONTAWESOME_TOKEN}" >> .npmrc
|
||||||
- npm install
|
#- npm install
|
||||||
- npm run production
|
#- npm run production
|
||||||
|
|
||||||
prepare_zip:
|
prepare_zip:
|
||||||
image: ubuntu
|
image: bitnami/git
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- git config --global --add safe.directory /src/reitanlage-oranienburg
|
||||||
- apt install -y zip
|
- git archive --format=zip HEAD -o /src/reitanlage-oranienburg-${DRONE_TAG}.zip --prefix=reitanlage-oranienburg
|
||||||
- cd ..
|
|
||||||
- "zip -r reitanlage-oranienburg-${DRONE_TAG}.zip reitanlage-oranienburg/
|
|
||||||
-x .git* .npmrc .woodpecker.yml package*.json node_modules"
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
|
545
package-lock.json
generated
545
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue