Skip to content

Commit

Permalink
chore: shifted the workflow config to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed May 23, 2023
1 parent 56682a4 commit 4c09b66
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
version: 2.1

workflows:
deploy-dev:
jobs:
- deploy-dev:
filters:
branches:
only:
- fastchat-t5-3b-ct2

jobs:
deploy-dev:
machine: true
Expand Down Expand Up @@ -48,3 +39,12 @@ jobs:
pwd
cd $CIRCLE_BRANCH
curl -X POST -H 'Content-Type: application/json' -d @prompt.json $(cat endpoint)
workflows:
deploy-dev:
jobs:
- deploy-dev:
filters:
branches:
only:
- fastchat-t5-3b-ct2

0 comments on commit 4c09b66

Please sign in to comment.