Skip to content

deps: update

deps: update #16

Workflow file for this run

name: Nuxt Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: run makefile
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_SSH_HOST }}
username: ${{ secrets.SERVER_SSH_USER }}
key: ${{ secrets.SERVER_PRIVATE_KEY }}
script:
cd ~/tresksites.ru && make deploy