Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Disable travis github releases deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rami-Sabbagh committed May 20, 2018
1 parent 0961b4d commit af22734
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,12 @@ script: ./Extra/Travis/script.sh
before_deploy: ./Extra/Travis/before_deploy.sh

deploy:
- provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
on:
branch: master
local-dir: ../BuildUtils/Builds/
repo: RamiLego4Game/LIKO-12-Nightly
- provider: releases
skip_cleanup: true
api_key: $GITHUB_TOKEN
file:
- "../BuildUtils/Builds/LIKO-12_Nightly_Universal.love"
- "../BuildUtils/Builds/LIKO-12_Nightly_Windows.zip"
- "../BuildUtils/Builds/LIKO-12_Nightly_Linux.zip"
- "../BuildUtils/Builds/LIKO-12_Nightly_Mac.zip"
on:
tags: true
all_branches: true
name: "Travis Draft Release"
body: "Wait for @RamiLego4Game to setup this release"
draft: true
prerelease: true
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
on:
branch: master
local-dir: ../BuildUtils/Builds/
repo: RamiLego4Game/LIKO-12-Nightly

0 comments on commit af22734

Please sign in to comment.