ci(app): Drone Deployment
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed

This commit is contained in:
Debucquoy 2024-02-14 11:06:26 +01:00
parent 35bbb45ff2
commit 613ad99264
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

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