Skip to content

Commit f090004

Browse files
committed
Add setonix
1 parent e281289 commit f090004

File tree

3 files changed

+269
-268
lines changed

3 files changed

+269
-268
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
}
3737
}
3838
]
39+
- name: setonix
40+
directory: launch.setonix.linwood
41+
env: |
42+
APP_NAME=Setonix
43+
APP_DOWNLOAD_URL=https://setonix.linwood.dev/downloads
44+
APP_WEB_URL=https://web.setonix.linwood.dev
3945
steps:
4046
- uses: actions/checkout@v4
4147
- name: Install pnpm

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "astro preview",
1010
"astro": "astro"
1111
},
12-
"packageManager": "pnpm@10.6.5",
12+
"packageManager": "pnpm@10.7.1",
1313
"dependencies": {
1414
"@astrojs/check": "^0.9.4",
1515
"@linwooddev/style": "^0.4.2",
16-
"astro": "^5.5.4",
17-
"sass": "^1.86.0",
16+
"astro": "^5.6.1",
17+
"sass": "^1.86.3",
1818
"typescript": "^5.8.2"
1919
}
2020
}

0 commit comments

Comments
 (0)