Skip to content

Add min input amount to testnet CJ rounds #110

Add min input amount to testnet CJ rounds

Add min input amount to testnet CJ rounds #110

Workflow file for this run

on: push
name: πŸš€ Deploy to Hostinger
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
timeout-minutes: 180
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.HOST2 }}
username: ${{ secrets.USERNAME2 }}
password: ${{ secrets.PASSWORD2 }}
server-dir: ./wasabistats/
exclude: |
**/.git*
**/.git*/**
**/node_modules/**
**/.idea*
**/.idea*/**
timeout: 180000