Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
saturn
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
saturn
Commits
aa077392
Commit
aa077392
authored
Sep 19, 2019
by
yuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add cicd
parent
1db4c027
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
16 deletions
+49
-16
.drone.yml
.drone.yml
+27
-16
Pipfile
Pipfile
+22
-0
deploy.yaml
deploy.yaml
+0
-0
No files found.
.drone.yml
View file @
aa077392
kind
:
pipeline
name
:
greeting
name
:
saturn
steps
:
-
name
:
en
image
:
alpine
commands
:
-
echo hello
-
echo world
-
name
:
build
image
:
plugins/docker
settings
:
registry
:
ccr.ccs.tencentyun.com
username
:
100009168942
password
:
3m4V#TMrUTSIebv1
repo
:
ccr.ccs.tencentyun.com/gm-ai/saturn-test
-
name
:
es
image
:
alpine
commands
:
-
echo hola
-
echo mundo
-
name
:
deploy
image
:
ccr.ccs.tencentyun.com/gm-ai/drone-kube
environment
:
repo
:
alpha/saturn
when
:
instance
:
exclude
:
-
aidrone.iyanzhi.com
settings
:
namespace
:
${DRONE_BRANCH}
template
:
deploy.yaml
-
name
:
fr
image
:
alpine
commands
:
-
echo bonjour
-
echo monde
trigger
:
branch
:
-
like-pre/*
image_pull_secrets
:
-
dockerconfig
Pipfile
0 → 100644
View file @
aa077392
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pymysql = "==0.9.2"
django = "==1.8"
celery = "==4.2.0"
kafka-python = "*"
django-cors-headers = "==2.4.0"
pycrypto = "==2.6.1"
lxml = "*"
mistune = "==0.8.4"
python-geohash = "==0.8.5"
gunicorn = "==19.9.0"
gevent = "==1.3.7"
[requires]
python_version = "3.7"
deploy.yaml
0 → 100644
View file @
aa077392
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment