Skip to content

Refactor rating change detection and API update logic #7

Refactor rating change detection and API update logic

Refactor rating change detection and API update logic #7

Workflow file for this run

name: Deploy to Hostinger
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Deploy to Hostinger
uses: hostinger/deploy-on-vps@v2
with:
api-key: ${{ secrets.HOSTINGER_API_KEY }}
virtual-machine: ${{ vars.HOSTINGER_VM_ID }}