Update deploy file path

pull/157/head
johnniang 2019-05-10 21:41:37 +08:00 committed by John Niang
parent 1b839715ac
commit 3a4201a453
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ jobs:
- stage: Build Docker Image for Dev - stage: Build Docker Image for Dev
script: ./scripts/docker-build-dev.sh script: ./scripts/docker-build-dev.sh
- stage: GitHub Release - stage: GitHub Release
script: echo "Deploying to GitHub releases ..." script: echo "Deploying to GitHub releases ..." && pwd
deploy: deploy:
provider: releases provider: releases
api_key: $GITHUB_OAUTH_TOKEN api_key: $GITHUB_OAUTH_TOKEN
file: build/libs/* file: $TRAVIS_BUILD_DIR/build/libs/*
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true