Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
5c22207f0a | |||
034d9d4c37 | |||
14363c721b |
3 changed files with 10 additions and 6 deletions
|
@ -7,8 +7,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
npm:
|
npm:
|
||||||
image: code.philo.ydns.eu/philorg/pnpm-python
|
image: code.philo.ydns.eu/philorg/pnpm-deb
|
||||||
pull: true
|
|
||||||
environment:
|
environment:
|
||||||
ORG: philorg
|
ORG: philorg
|
||||||
REGISTRY_TOKEN:
|
REGISTRY_TOKEN:
|
||||||
|
@ -21,6 +20,11 @@ steps:
|
||||||
- pnpm publish --no-git-checks
|
- pnpm publish --no-git-checks
|
||||||
failure: ignore
|
failure: ignore
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: code.philo.ydns.eu/philorg/pnpm-deb
|
||||||
|
commands:
|
||||||
|
- pnpm build
|
||||||
|
|
||||||
build_publish:
|
build_publish:
|
||||||
image: quay.io/podman/stable:latest
|
image: quay.io/podman/stable:latest
|
||||||
# Caution: This image is built daily. It might fill up your image store quickly.
|
# Caution: This image is built daily. It might fill up your image store quickly.
|
||||||
|
@ -33,7 +37,7 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
registry: code.philo.ydns.eu
|
registry: code.philo.ydns.eu
|
||||||
org: philorg
|
org: philorg
|
||||||
container_name: oidc-vue-test
|
container_name: treetrail-frontend
|
||||||
registry_token:
|
registry_token:
|
||||||
from_secret: registry_token
|
from_secret: registry_token
|
||||||
commands:
|
commands:
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "treetrail",
|
"name": "treetrail",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "treetrail",
|
"name": "treetrail",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^18.2.6",
|
"@angular/animations": "^18.2.6",
|
||||||
"@angular/cdk": "^18.2.6",
|
"@angular/cdk": "^18.2.6",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "treetrail-frontend",
|
"name": "treetrail-frontend",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --proxy-config proxy.conf.json --port 4201 --serve-path /treetrail --host 0.0.0.0",
|
"start": "ng serve --proxy-config proxy.conf.json --port 4201 --serve-path /treetrail --host 0.0.0.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue