Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Fix indentation error for deploy-staging job
Browse files Browse the repository at this point in the history
  • Loading branch information
Froilan Irizarry authored and Froilan Irizarry committed Jan 12, 2018
1 parent 3aa0e84 commit cafc9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
name: Install Dependencies
command: npm install
- run:
name: Deploy to Production
command: npm run federalist-deploy:prod
name: Deploy to Production
command: npm run federalist-deploy:prod
workflows:
version: 2
build-test-deploy:
Expand Down

0 comments on commit cafc9c1

Please sign in to comment.