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

Commit cafc9c1

Browse files
Froilan IrizarryFroilan Irizarry
authored andcommitted
Fix indentation error for deploy-staging job
1 parent 3aa0e84 commit cafc9c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
name: Install Dependencies
103103
command: npm install
104104
- run:
105-
name: Deploy to Production
106-
command: npm run federalist-deploy:prod
105+
name: Deploy to Production
106+
command: npm run federalist-deploy:prod
107107
workflows:
108108
version: 2
109109
build-test-deploy:

0 commit comments

Comments
 (0)