Skip to content

Commit

Permalink
Configuration for Heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Fikitout committed Jan 7, 2020
1 parent e1fcd9a commit 4b329b3
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
version: 2.1
jobs:
build:
docker:
- image: circleci/node:10-browsers
steps:
- checkout
- run:
name: The First Step
command: |
echo 'Hello World!'
echo 'This is the delivery pipeline'
- run:
name: List all code files
command: |
ls -al
echo '-----This is surely my code----'
- run:
name: Running in a container with Node installed
command: |
node -v
orbs:
heroku: circleci/[email protected]
workflows:
heroku_deploy:
jobs:
- heroku/deploy-via-git

0 comments on commit 4b329b3

Please sign in to comment.