mirror of https://github.com/halo-dev/halo
Update deploy file path
parent
1b839715ac
commit
3a4201a453
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue