circleci: Update

This commit is contained in:
Jonatan Nilsson 2020-09-04 15:56:10 +00:00
parent 9ea4bd4f18
commit 869b9f8b2e

View file

@ -5,9 +5,6 @@ jobs:
- image: circleci/node:latest
working_directory: ~/app
steps:
- run:
name: Update and install SSH & Git
command: apk update && apk upgrade && apk add --no-cache bash git openssh
- checkout
- run:
name: Install npm deployment app