fix(cd): remove demo and staging workflows

This commit is contained in:
hexxa 2023-02-11 13:24:46 +08:00 committed by Hexxa
parent 163eb104b6
commit f805fd0eb8
4 changed files with 0 additions and 47 deletions

View file

@ -1,18 +0,0 @@
name: cd-heroku
on:
release:
types: [published]
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "hexxa-quickshare"
heroku_email: "hexxa@outlook.com"
usedocker: true

View file

@ -1,21 +0,0 @@
name: cd-heroku-staging
on:
pull_request:
branches: [main]
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
environment:
name: staging
url: https://hexxa-quickshare-staging.herokuapp.com/
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "hexxa-quickshare-staging"
heroku_email: "hexxa@outlook.com"
usedocker: true

View file

@ -14,10 +14,6 @@
</a> </a>
<p> <p>
This is a [demo on Heroku](https://hexxa-quickshare.herokuapp.com/).
(User is `demo`, password is `Quicksh@re`, uploading/downloading speed is limited to around 100KB.)
<image src="./docs/imgs/v0.9.1/quickshare_1920.gif" title="preview"> <image src="./docs/imgs/v0.9.1/quickshare_1920.gif" title="preview">

View file

@ -14,10 +14,6 @@
</a> </a>
<p> <p>
这是一个 [Heroku 上的演示](https://hexxa-quickshare.herokuapp.com/).
(用户名是 `demo`, 密码是 `Quicksh@re`, 上传/下载速度被限制在大约 100KB.)
<image src="./imgs/v0.9.1/quickshare_1920.gif" title="preview"> <image src="./imgs/v0.9.1/quickshare_1920.gif" title="preview">
[English](../README.md) | 简体中文 [English](../README.md) | 简体中文