generated from Seekra/repository-template
Compare commits
37
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63ea4f854e
|
||
|
|
d1c128ee49
|
||
|
|
f2f6df67b8
|
||
|
|
df00e8e4ef
|
||
|
|
274b8bc15d
|
||
|
|
67fc10c4a8
|
||
|
|
0b91bc7e4e
|
||
|
|
dda37e8832
|
||
|
|
0d78ff3bc2
|
||
|
|
bb69ee8aaf
|
||
|
|
ef644259c0
|
||
|
|
5e27cbbd6f
|
||
|
|
8278dfb9fc
|
||
|
|
af93b19012
|
||
|
|
053372cbb6
|
||
|
|
07c6e60527
|
||
|
|
17d8148b3a
|
||
|
|
b97fd25c9b
|
||
|
|
5cc617763c
|
||
|
|
850cc0e16b
|
||
|
|
58acd95664
|
||
|
|
c0ae6d18c9
|
||
|
|
32d90fc310
|
||
|
|
4f7bcb4eff
|
||
|
|
36cbb342d0
|
||
|
|
b376abbbaf
|
||
|
|
feee6bfefe
|
||
|
|
c702c4ded5
|
||
|
|
4316107f6e
|
||
|
|
e2e064008a
|
||
|
|
bedadf1d12
|
||
|
|
0713d6827e
|
||
|
|
9df916af2d
|
||
|
|
89b2c918bd
|
||
|
|
ff2d3199ed
|
||
|
|
39bc6632f8
|
||
|
|
c1b265a49a
|
@@ -1,18 +0,0 @@
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.woff2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.woff filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.tiff filter=lfs diff=lfs merge=lfs -text
|
||||
*.jfif filter=lfs diff=lfs merge=lfs -text
|
||||
*.bmp filter=lfs diff=lfs merge=lfs -text
|
||||
*.pbm filter=lfs diff=lfs merge=lfs -text
|
||||
*.pgm filter=lfs diff=lfs merge=lfs -text
|
||||
*.ppm filter=lfs diff=lfs merge=lfs -text
|
||||
*.ogg filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.m4a filter=lfs diff=lfs merge=lfs -text
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -1,17 +1,3 @@
|
||||
# Copyright 2026 Seekra
|
||||
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
name: Deploy on production
|
||||
|
||||
on:
|
||||
@@ -24,8 +10,6 @@ permissions:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
if: ${{ !github.event.release.prerelease && !github.event.release.draft }}
|
||||
|
||||
name: Deploy on production
|
||||
|
||||
runs-on: node-minio
|
||||
@@ -33,19 +17,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Git LFS
|
||||
- run: |
|
||||
apt-get update
|
||||
apt-get install -y git-lfs
|
||||
|
||||
- name: Checkout LFS
|
||||
run: |
|
||||
git lfs install --local
|
||||
AUTH=$(git config --local http.${{ gitea.server_url }}/.extraheader)
|
||||
git config --local --unset http.${{ gitea.server_url }}/.extraheader
|
||||
git config --local http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||
git lfs pull
|
||||
|
||||
- name: Set alias
|
||||
run: |
|
||||
mc alias set minio "${{ vars.S3_PROD_URL }}" "${{ secrets.S3_PROD_ACCESS_KEY }}" "${{ secrets.S3_PROD_SECRET_KEY }}"
|
||||
|
||||
+2
-4
@@ -1,9 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.0] - 2026-08-02
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- *Inter* font
|
||||
- Legal notice
|
||||
- Build system for building the assets
|
||||
- *Inter* font
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "frontend-assets",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "frontend-assets",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "frontend-assets",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "The assets for the frontend of Seekra",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user