Browse Source

构建前修改表单生成器的url

构建前修改表单生成器的url
main
tscuite 3 years ago
committed by GitHub
parent
commit
c896b42ab6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/devops-test.yaml

1
.github/workflows/devops-test.yaml

@ -23,6 +23,7 @@ jobs:
git branch git branch
ls -l ls -l
sed -i "s/${PROD}/${TESTING}/g" web/.env.production sed -i "s/${PROD}/${TESTING}/g" web/.env.production
sed -i 's/${basePath}:${basePort}/${basePath}/g' web/src/view/systemTools/formCreate/index.vue
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2 uses: actions/setup-node@v2.1.2
with: with:

Loading…
Cancel
Save