Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
3673318b75 | |||
5ec05120ac | |||
b1e8946e96 | |||
1af2c2c6da |
4 changed files with 6 additions and 4 deletions
|
@ -12,6 +12,8 @@ steps:
|
||||||
ORG: philorg
|
ORG: philorg
|
||||||
REGISTRY_TOKEN:
|
REGISTRY_TOKEN:
|
||||||
from_secret: registry_token
|
from_secret: registry_token
|
||||||
|
volumes:
|
||||||
|
- pnpm:/root/.local/share/pnpm
|
||||||
commands:
|
commands:
|
||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
- pnpm set "//code.philo.ydns.eu/api/packages/$ORG/npm/:_authToken=$REGISTRY_TOKEN"
|
- pnpm set "//code.philo.ydns.eu/api/packages/$ORG/npm/:_authToken=$REGISTRY_TOKEN"
|
||||||
|
|
|
@ -15,6 +15,6 @@ RUN pnpm run build
|
||||||
|
|
||||||
FROM docker.io/library/nginx:alpine as production-stage
|
FROM docker.io/library/nginx:alpine as production-stage
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
COPY --from=build-stage /usr/share/nginx/html/oidc-test-web
|
COPY --from=build-stage /app/dist /usr/share/nginx/html/oidc-test-web
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "typescript",
|
"name": "typescript",
|
||||||
"version": "0.2.7",
|
"version": "0.2.9",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "typescript",
|
"name": "typescript",
|
||||||
"version": "0.2.7",
|
"version": "0.2.9",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.7.9",
|
"axios": "^1.7.9",
|
||||||
"vue": "3.5.13"
|
"vue": "3.5.13"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "oidc-test-web",
|
"name": "oidc-test-web",
|
||||||
"version": "0.2.7",
|
"version": "0.2.9",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --port 3000",
|
"dev": "vite --port 3000",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue