Skip to content

⬆️ Upgrade dependency simple-icons to v10 (#454) #416

⬆️ Upgrade dependency simple-icons to v10 (#454)

⬆️ Upgrade dependency simple-icons to v10 (#454) #416

Workflow file for this run

name: Deploy to Live
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Create local changes
run: |
yarn install
yarn run build
yarn run icons
- name: Commit and push local changes
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: Apply theme changes
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
cd einstein
git pull
php81 /usr/bin/composer install --no-dev -d ${PWD}