Skip to content

Commit

Permalink
chore: 移除 heroku 相关配置
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Feb 10, 2023
1 parent 78a2d81 commit abfa5ab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 56 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/deploy-to-heroku.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/keepalive-demo.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/publish-play-to-docker-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish Play Version to Docker Hub

on:
push:
branches:
- master

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: |
docker login -u jayfong -p ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
docker build -t jayfong/yapi:latest .
docker build -t jayfong/yapi:play -f ./Dockerfile.web .
docker push jayfong/yapi:play

0 comments on commit abfa5ab

Please sign in to comment.