Updated website links; turn off auto-releasing from travis

This commit is contained in:
Gavin Bunney
2019-10-15 09:30:33 -07:00
parent 37df957f41
commit 80c474007b
3 changed files with 10 additions and 7 deletions

View File

@@ -27,19 +27,15 @@ matrix:
before_deploy:
- make build-binaries
- git tag "v0.1.$TRAVIS_BUILD_NUMBER"
- export BODY=$(git log -1 --pretty='%s')
deploy:
skip_cleanup: true
provider: releases
skip_cleanup: true
api_key:
# yamllint disable rule:line-length
secure: oB4MFNo958H/bknOkG+yTQ68V0A95xRJPk8xUIrfbL+n1OJIaR3577YpVi64I/kYCxSdjSh3c99p1DP7+hKBDF8B7CQ+slVtAGh5zQ6cWsv5PDX3CWN26fixIUV2/uTdn1FWDrW9a+2JVfhBfoW/H68KtdPp6L7ZD4cgUHRlgO9buzw0Nxvuom7Aii4lg0LyxjbqEckubR/tExVu3P0k16W8LVv/ZnI7P6oqsczgGJvn4EOZw1KiKprhmdTuWELBDr9ShjMBFCyi04cSn/Ar7JG9DPUE1xxo1MNmHvckGBzFXbYOTKik3qQ0olwG3XeAhyoNIfce3siWjVIfPm9F2491sAbCXka5H7UmJkqw7k6eR4UtrS6Zeolti/4ioT/7rJcyO438Za6xYQmtkBPBCE2mAWSw/b42QGbsi5PPnRBYID5Solx+74Fx855/TMqJXpHm6Qq3/+zIatBRbVqyzzJsdI8rUA6gqudE4DN9w50qOYENP2WxodbORuzW7wZzK0Eyl2XkzJ1osfr824eM7FekUZqyIDhH9VnD044itqcE5xhYI1mz84AY0vGCPB0DbJZH+qrM9e39huL/CoauN/FgOBFoH9e/g5K+bTSZSUFKh3BIG6moBNS8apDoa5+c8c7/A3U2Ero2F4Y6v2sLK36w7sCUmhyPHPowAwZf7yw=
file_glob: true
file: bin/*
body: ${BODY}
# yamllint disable-line rule:truthy
on:
repo: gavinbunney/terraform-provider-bitbucketserver
branch: master
tags: true

View File

@@ -86,7 +86,10 @@
"title": "bitbucketserver_user"
}
},
"links": {},
"links": {
"Releases": "Releases",
"GitHub": "GitHub"
},
"categories": {
"Bitbucket Server": "Bitbucket Server",
"Data Sources": "Data Sources",

View File

@@ -16,8 +16,12 @@ const siteConfig = {
projectName: 'terraform-provider-bitbucketserver',
organizationName: 'gavinbunney',
editUrl: 'https://github.com/gavinbunney/terraform-provider-bitbucketserver/edit/master/docusaurus/docs/',
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{ href: "https://github.com/gavinbunney/terraform-provider-bitbucketserver/releases", label: "Releases" },
{ href: "https://github.com/gavinbunney/terraform-provider-bitbucketserver", label: "GitHub" },
],
/* path to images for header/footer */