ci: Add installation of postcss-cli

newdns
Inex Code 2023-01-24 19:31:24 +03:00
parent 6a152a6e8e
commit 9afc5d29a8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ steps:
commands:
- eval $(ssh-agent -s)
- ssh-add - <<< "$SSH_PRIVATE_KEY"
- npm install postcss-cli
environment:
SSH_PRIVATE_KEY:
from_secret: SSH_PRIVATE_KEY