Skip to content

Bump postcss from 8.4.18 to 8.4.31 #402

Bump postcss from 8.4.18 to 8.4.31

Bump postcss from 8.4.18 to 8.4.31 #402

Workflow file for this run

name: Update imba.io
on: [push]
jobs:
deploy:
name: Deploy to imba.io
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Connect to the host and run commands
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
git -C /home/imba/imba.io stash
git -C /home/imba/imba.io pull origin master
cd /home/imba/imba.io && npm install
cd /home/imba/imba.io && npm run build-content
cd /home/imba/imba.io && npm run build-api-docs
cd /home/imba/imba.io && npm run build-site