Compare commits

..

11 Commits

Author SHA1 Message Date
04b4bd4949 „.drone.yml“ ändern
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-01-30 17:17:03 +01:00
632c02d666 Testing Drone
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-30 17:15:16 +01:00
65a336e2c0 Testing Drone
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-30 17:13:35 +01:00
b2e1ee69b6 „.drone.yml“ ändern
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-30 17:01:56 +01:00
83ced26a76 „.drone.yml“ ändern
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-30 16:58:57 +01:00
bee424981f „.drone.yml“ ändern 2023-01-30 16:56:27 +01:00
7f7389a0ef „.drone.yml“ ändern
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-30 14:16:27 +01:00
f8f7742214 Porting Gitlab to Drone
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
2023-01-30 13:03:11 +01:00
9b74643276 Testing drone
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-30 12:58:20 +01:00
512da4cc27 .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-01-30 12:55:07 +01:00
Flycro
205a35d191 Merge branch 'main' into 'deploy'
Deploy: Legal Notice

See merge request web-projects/flycro-me!14
2022-12-27 14:32:14 +00:00
2 changed files with 25 additions and 0 deletions

21
.drone.yml Normal file
View File

@@ -0,0 +1,21 @@
---
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,6 +8,10 @@ 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