Remove wrong step name
This commit is contained in:
parent
4abac38dd7
commit
e09397e3e8
2 changed files with 0 additions and 2 deletions
1
.github/workflows/deploy-dev.yml
vendored
1
.github/workflows/deploy-dev.yml
vendored
|
@ -21,5 +21,4 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build:dev
|
- run: npm run build:dev
|
||||||
- name: Copying build files to server
|
|
||||||
- run: sh ${GITHUB_WORKSPACE}/scripts/deploy.sh dev
|
- run: sh ${GITHUB_WORKSPACE}/scripts/deploy.sh dev
|
||||||
|
|
1
.github/workflows/deploy-prod.yml
vendored
1
.github/workflows/deploy-prod.yml
vendored
|
@ -21,5 +21,4 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build:prod
|
- run: npm run build:prod
|
||||||
- name: Copying build files to server
|
|
||||||
- run: sh ${GITHUB_WORKSPACE}/scripts/deploy.sh prod
|
- run: sh ${GITHUB_WORKSPACE}/scripts/deploy.sh prod
|
||||||
|
|
Loading…
Reference in a new issue