Skip to content

Add min input amount to testnet CJ rounds #189

Add min input amount to testnet CJ rounds

Add min input amount to testnet CJ rounds #189

Workflow file for this run

on: push
name: πŸš€ Deploy to Production server
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/FTP-Deploy-Action@4.3.2
with:
server: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
server-dir: ./wasabistats.creativeagent.hu/
exclude: |
**/.git*
**/.git*/**
**/node_modules/**
**/.idea*
**/.idea*/**
timeout: 180000