This repository has been archived on 2023-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
circleci-deploy-node-orb/@orb.yml

12 lines
363 B
YAML

version: 2.1
description: >
Default Node CI Deploy Configuration for Lume Web repos
# What will your orb allow users to accomplish?
# Descriptions should be short, simple, and informative.
# If your orb requires other orbs, you can import them like this. Otherwise remove the "orbs" stanza.
orbs:
node: circleci/node@5.1.0
ssh: credijusto/ssh@0.5.2