Skip to content

Commit

Permalink
Fix assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-de-pachtere committed Nov 10, 2024
1 parent 3b26133 commit f2ce1a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .moon/tasks/node-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ tasks:
persistent: true

sync-fonts:
command: ln -sfn $workspaceRoot/libs/assets/fonts $projectRoot/public
command: ln -sfn $workspaceRoot/libs/assets/fonts $projectRoot/public/fonts
inputs:
- '/libs/assets/fonts/**/*'
options:
cache: false
platform: system

sync-logos:
command: ln -sfn $workspaceRoot/libs/assets/logos $projectRoot/public
command: ln -sfn $workspaceRoot/libs/assets/logos $projectRoot/public/logos
inputs:
- '/libs/assets/logos/**/*'
options:
Expand Down
3 changes: 3 additions & 0 deletions libs/assets/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ id: assets

language: assets

project:
description: Assets for Lychen environment

type: library
4 changes: 2 additions & 2 deletions projects/website/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependsOn:
- vue-util-i18n

env:
DOKPLOY_APP_ID: 'jqEDVdLT2adh_RT3NLoQO'
DOKPLOY_COMPOSE_ID: 'jqEDVdLT2adh_RT3NLoQO'

id: website

Expand Down Expand Up @@ -44,7 +44,7 @@ tasks:
- "-H 'accept: application/json'"
- "-H 'Content-Type: application/json'"
- "-H 'Authorization: Bearer ${DOKPLOY_API_TOKEN}'"
- '-d ''{ "applicationId": "${DOKPLOY_APP_ID}"}'''
- '-d ''{ "composeId": "${DOKPLOY_COMPOSE_ID}"}'''
platform: system

type: application

0 comments on commit f2ce1a3

Please sign in to comment.