Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: johntango/circleciexpress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sblindt/circleciexpress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 30, 2021

  1. Update config.yml

    sblindt committed May 30, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    506f38f View commit details
Showing with 7 additions and 14 deletions.
  1. +7 −14 .circleci/config.yml
21 changes: 7 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
version: 2
jobs:
build:
docker: # tircleci/node:10.0.0 # the primary container, where your job's commands are run
- image: circleci/node:10.0.0 # run in the background
steps:
- checkout # check out the code in the project directory
- run: npm install
- run: npm start &
- run: npm test
- deploy:
name: digital-ocean
command: ssh -o "StrictHostKeyChecking no" root@167.71.166.254"cd ~/circleciexpress; git pull; npm install; npm start &"

version: 2.1
orbs:
node: circleci/node@3.0.0
workflows:
node-tests:
jobs:
- node/test