Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskv committed Jan 4, 2022
1 parent d3babe5 commit d7e2ab3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- run:
name: Release
command: ${SERVER_CONNECTION_COMMAND} 'cp -r /var/www/builds/front-dev/build/. /var/www/dev0'

prod:
machine:
enabled: true
Expand Down Expand Up @@ -60,7 +59,7 @@ jobs:
steps:
- checkout
- run:
name: Deploy to demo
name: Deploy to test
command: ${SERVER_CONNECTION_COMMAND} 'source ~/.nvm/nvm.sh; cd /var/www/builds/test; git pull origin test; yarn; yarn build;'
- run:
name: Release
Expand Down

0 comments on commit d7e2ab3

Please sign in to comment.