Skip to content

Add ranking freeze feature (#21) #8

Add ranking freeze feature (#21)

Add ranking freeze feature (#21) #8

Workflow file for this run

name: Deploy api.madralo.pl
on:
push:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy using ssh
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
port: ${{ secrets.PORT }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIVATE_KEY }}