Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
b92aae0f
Commit
b92aae0f
authored
7 years ago
by
Rodrigo Nascimento
Browse files
Options
Downloads
Patches
Plain Diff
Send tag builds to github releases page
parent
cb1b28ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+18
-10
18 additions, 10 deletions
.travis.yml
with
18 additions
and
10 deletions
.travis.yml
+
18
−
10
View file @
b92aae0f
...
...
@@ -72,16 +72,24 @@ before_deploy:
-
"
.travis/namefiles.sh"
-
echo ".travis/sandstorm.sh"
deploy
:
provider
:
s3
access_key_id
:
AKIAIKIA7H7D47KUHYCA
secret_access_key
:
"
$ACCESSKEY"
bucket
:
download.rocket.chat
skip_cleanup
:
true
upload_dir
:
build
local_dir
:
"
$ROCKET_DEPLOY_DIR"
on
:
condition
:
"
$TRAVIS_PULL_REQUEST=false"
all_branches
:
true
-
provider
:
s3
access_key_id
:
AKIAIKIA7H7D47KUHYCA
secret_access_key
:
"
$ACCESSKEY"
bucket
:
download.rocket.chat
skip_cleanup
:
true
upload_dir
:
build
local_dir
:
"
$ROCKET_DEPLOY_DIR"
on
:
condition
:
"
$TRAVIS_PULL_REQUEST=false"
all_branches
:
true
-
provider
:
releases
api-key
:
"
$GITHUB_TOKEN"
file_glob
:
true
file
:
build/*
skip_cleanup
:
true
on
:
tags
:
true
after_deploy
:
-
"
.travis/docker.sh"
-
"
.travis/update-releases.sh"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment