Skip to content

fallback svg gradient is back and it's better than ever #93

fallback svg gradient is back and it's better than ever

fallback svg gradient is back and it's better than ever #93

Workflow file for this run

name: remote ssh command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: execute deployment on server
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
passphrase: ${{ secrets.PASSPHRASE }}
script: |
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd ~/git && git pull && yarn && GITHUBRUNNER="push" yarn run build