Compare commits

..

1 Commits

Author SHA1 Message Date
7f396a64fd Test Gitea Webhook 2023-09-21 22:35:01 +02:00
2 changed files with 0 additions and 25 deletions

View File

@@ -1,21 +0,0 @@
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: Build
commands:
- pnpm install
- pnpm build
- chown -R www-data:www-data /var/www/html/flycro.me/flycro.me
- find /var/www/html/flycro.me/flycro.me -type f -exec chmod 664 {} \\;
- find /var/www/html/flycro.me/flycro.me -type d -exec chmod 775 {} \\;
- rm -r /var/www/html/flycro.me/flycro.me/*
- name: Deploy
commands:
- cp -af ./dist/. /var/www/html/flycro.me/flycro.me/

View File

@@ -8,10 +8,6 @@ Mocking up web app with <b>Vitesse</b><sup><em>(speed)</em></sup><br>
<br>
<p align='center'>
<a href="https://vitesse.netlify.app/">Live Demo</a>
</p>
<br>
## Features