Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Remove release steps in travis deployment
Browse files Browse the repository at this point in the history
In next, skygear-server has multiple components and use docker to deploy.
Remove the old release job to submit binary to github release page.
  • Loading branch information
carmenlau committed Feb 28, 2020
1 parent 70e33df commit 154dcb4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ script:
- make test

deploy:
- provider: releases
api-key: "$GITHUB_RELEASE_TOKEN"
skip_cleanup: true
on:
repo: SkygearIO/skygear-server
tags: true
go: 1.13.3
- provider: script
script: ./scripts/deploy-docker-hub.sh
skip_cleanup: true
Expand Down

0 comments on commit 154dcb4

Please sign in to comment.