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

Commit

Permalink
Fix circleci config indentation error
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 cafc9c1 commit aeec0e4
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 @@ -90,8 +90,8 @@ jobs:
name: Install Dependencies
command: npm install
- run:
name: Deploy to Staging
command: npm run federalist-deploy:stag
name: Deploy to Staging
command: npm run federalist-deploy:stag
deploy-production:
working_directory: ~/code-gov
docker:
Expand Down

0 comments on commit aeec0e4

Please sign in to comment.