Remove wrong step name

This commit is contained in:
Leonardo Murça 2022-11-01 11:29:42 -03:00
parent 4abac38dd7
commit e09397e3e8
2 changed files with 0 additions and 2 deletions

View file

@ -21,5 +21,4 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm run build:dev
- name: Copying build files to server
- run: sh ${GITHUB_WORKSPACE}/scripts/deploy.sh dev

View file

@ -21,5 +21,4 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm run build:prod
- name: Copying build files to server
- run: sh ${GITHUB_WORKSPACE}/scripts/deploy.sh prod