Compare commits

...

8 Commits

Author SHA1 Message Date
3ce00f86ac Merge branch 'dev' of https://git.ftecke.de/fte/FTE-Homepage into dev
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
2024-07-16 11:39:02 +02:00
988222c1cd 3d printer video changed 2024-07-16 11:33:17 +02:00
acceef5a17 3d printer video changed
All checks were successful
Website / Website veröffentlichen (push) Successful in 8s
2024-07-16 11:25:41 +02:00
64c086006c .gitea/workflows/dev.yml aktualisiert
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s
2024-07-12 07:55:31 +02:00
284b9f62a5 .gitea/workflows/dev.yml aktualisiert
All checks were successful
Website / Website veröffentlichen (push) Successful in 22s
2024-07-12 07:45:50 +02:00
825c13f591 .gitea/workflows/dev.yml aktualisiert
All checks were successful
Website / Website veröffentlichen (push) Successful in 5s
2024-07-12 07:40:30 +02:00
33ac8cd68f .gitea/workflows/dev.yml hinzugefügt 2024-07-12 07:39:54 +02:00
002c74a773 . 2024-07-11 06:33:52 +02:00
7 changed files with 41 additions and 1 deletions

37
.gitea/workflows/dev.yml Normal file
View File

@@ -0,0 +1,37 @@
name: Website
on:
push:
branches: [dev]
defaults:
run:
working-directory: /opt/runner/workdir/fte-homepage-dev
jobs:
publish:
name: Website veröffentlichen
if: gitea.repository == 'fte/FTE-Homepage'
runs-on: act-runner
steps:
- name: Pull
run: |
git fetch --all
git reset --hard origin/dev
- name: NPM install
run: |
npm i
- name: Build
run: |
rm -rf public
hugo --minify --gc --baseURL="https://dev.ftecke.de"
- name: Deploy
run: |
cd public
rsync -azr --delete ./ /var/www/html/dev.ftecke.de/
# - name: Notification
# uses: actions/telegram-action@main
# if: always()
# with:
# chat_id: ${{ secrets.TG_CHAT_ID }}
# token: ${{ secrets.TG_TOKEN }}

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"workbench.startupEditor": "none"
}

View File

@@ -1,7 +1,7 @@
[
{
"title": "3D-Druck",
"video": "img/slide/vid01.mp4"
"video": "img/slide/vid-3d-01.webm"
},
{
"title": "Individuelle Lichtausstattung",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 925 KiB