remove drone file. I do like drone yml more...
All checks were successful
Deploy / deploy (push) Successful in 5s
All checks were successful
Deploy / deploy (push) Successful in 5s
This commit is contained in:
parent
f25dc542ef
commit
4aa1067a04
15
.drone.yml
15
.drone.yml
@ -1,15 +0,0 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: aburgess/node:18-npm
|
||||
environment:
|
||||
DEPLOY_PASS:
|
||||
from_secret: DEPLOY_PASS
|
||||
commands:
|
||||
- pnpm i
|
||||
- ./deploy
|
Loading…
Reference in New Issue
Block a user