This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
shenkun
/
deploy_test
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test
master
月夕花晨
4 months ago
parent
782254b883
commit
4f69d2e94d
1 changed files
with
5 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-7
.drone.yml
+ 5
- 7
.drone.yml
View File
@@ -1,11 +1,9 @@
kind: pipeline
name: deploy_test
type: docker
name: default
steps:
- name: build
image:
ubuntu-latest
- name: build
1
image:
node:12.16.3
commands:
- echo "🖥️ The workflow is now ready t1o test your code1 on the runner."
trigger:
branch:
- master
- npm config set registry http://registry.npm.taobao.org
Write
Preview
Loading…
Cancel
Save