Skip to content

try removing theme color for safari #166

try removing theme color for safari

try removing theme color for safari #166

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
key: ${{ secrets.SSH_KEY }}
username: ${{ secrets.SSH_USERNAME }}
script_stop: true
script: |
cd /home/www/betterdo-ui
git checkout .
git pull
npm install
npm run build