Browse Source

Modified some grammar problems

main
Granty1 5 years ago
parent
commit
612a476bbe
  1. 8
      .github/workflows/backend_deploy.yml
  2. 3
      .github/workflows/build_test.yml

8
.github/workflows/backend_deploy.yml

@ -10,8 +10,8 @@ on:
jobs:
build:
name: Build
deploy:
name: Backend deploy
runs-on: [ self-hosted ]
steps:
@ -45,11 +45,11 @@ jobs:
sed -i 's/%{redis_address}/'$REDIS_ADDR'/' config.yaml
sed -i 's/%{redis_password}/'$REDIS_PASSWORD'/' config.yaml
working-directory: ./server
deploy:
- name: Run Dockerfile
run: |
echo 'There is nothing for the time being'
working-directory: ./server

3
.github/workflows/build_test.yml

@ -33,9 +33,6 @@ jobs:
npm install
npm run build
working-directory: ./web
env:
CI: true
backend:
name: Backend build

Loading…
Cancel
Save