tonitch/feat/adding-the-frontend #24

Merged
tonitch merged 5 commits from tonitch/feat/adding-the-frontend into master 2024-02-16 08:19:22 +01:00
Showing only changes of commit 613ad99264 - Show all commits

View File

@ -37,6 +37,14 @@ kind: pipeline
type: exec
name: deploy
server:
host:
from_secret: host
user:
from_secret: user
ssh_key:
from_secret: ssh_key
plateform:
os: linux
arch: amd64
@ -47,13 +55,12 @@ trigger:
event:
- push
clone:
disabled: true
steps:
- name: deploy frontend
commands:
- echo "deploying frontend TODO"
- cd frontend
- npm run build
- install -d "dist/" "$HOME/dist"
- name: deploy backend
commands:
- echo "deploying backend TODO"