Compare commits
No commits in common. "613ad99264ca6aa7adeb1c7dc79c06bb7a125d84" and "0020bfe4a12b111b8cf5d7ba625c52e55a48443a" have entirely different histories.
613ad99264
...
0020bfe4a1
15
.drone.yml
15
.drone.yml
@ -37,14 +37,6 @@ 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
|
||||
@ -55,12 +47,13 @@ trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
clone:
|
||||
disabled: true
|
||||
|
||||
steps:
|
||||
- name: deploy frontend
|
||||
commands:
|
||||
- cd frontend
|
||||
- npm run build
|
||||
- install -d "dist/" "$HOME/dist"
|
||||
- echo "deploying frontend TODO"
|
||||
- name: deploy backend
|
||||
commands:
|
||||
- echo "deploying backend TODO"
|
||||
|
3
frontend/.gitignore
vendored
3
frontend/.gitignore
vendored
@ -25,6 +25,3 @@ coverage
|
||||
*.sw?
|
||||
|
||||
*.tsbuildinfo
|
||||
|
||||
# Personal but I don't like to store the lock
|
||||
package-lock.json
|
||||
|
Loading…
Reference in New Issue
Block a user