Skip to content

Commit

Permalink
config circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Crushoverride007 committed Nov 23, 2023
1 parent 1e276d7 commit f381423
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2.1
orbs:
node: circleci/node@4.1
workflows:
version: 2
build-deploy:
jobs:
- node/test:
version: 15.11.0
- deploy-job:
requires:
- node/test
filters:
branches:
only: master

jobs:
deploy-job:
docker:
- image: 'cimg/base:stable'
steps:
- checkout
- run:
name: Deploy job
command: echo "whoami"

0 comments on commit f381423

Please sign in to comment.