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
|
||||
script: ./scripts/docker-build-dev.sh
|
||||
- stage: GitHub Release
|
||||
script: echo "Deploying to GitHub releases ..."
|
||||
script: echo "Deploying to GitHub releases ..." && pwd
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_OAUTH_TOKEN
|
||||
file: build/libs/*
|
||||
file: $TRAVIS_BUILD_DIR/build/libs/*
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
|
Loading…
Reference in New Issue