Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

move apps

move apps #138

Workflow file for this run

name: SSH
on:
push:
branches:
- master
jobs:
ssh:
name: SSH
environment: vds
runs-on: ubuntu-latest
steps:
- name: Run commands
uses: appleboy/ssh-action@v1.0.0
with:
host: ${{ secrets.SSH_HOST }}
port: ${{ secrets.SSH_PORT }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
script: |
cd ~/git/android-apks
git pull
~/.nvm/nvm-exec npm run setup:prod
systemctl restart android-apks.service