Skip to content

fix: 创建setting_datasource表之前,检查表是否存在 #169

fix: 创建setting_datasource表之前,检查表是否存在

fix: 创建setting_datasource表之前,检查表是否存在 #169

Workflow file for this run

name: Deploy to Gitee
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
git config user.email "[email protected]"
git config user.name "xmo"
git remote rm origin
git remote add origin https://xmo:${{ secrets.GITEE_TOKEN }}@gitee.com/mineadmin/mineadmin.git
git push -f origin master