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