Skip to content

seasonedcc/bonde-payments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bonde-payments

Pendings

  • Create Dockerfile
  • Create .drone.yml
  • Create Rake Tasks
  • Create log with timeout balances

ENVs

DATABASE_URL # Database URL RUBY_ENV # ENVIRONMENT { staging, develop, production } PAGARME_API_KEY # PagarME access key AMOUNT # Amount of balance per page

Running tasks with Ruby

TRUBY_ENV=ENVIRONMENT AMOUNT=100 DATABASE_URL='postgres://postgres@localhost/postgres' ruby -I . -r "app/main" -e "Main.new.sync_recipients 'STATUS'"`

  • Create .drone.yml
  • Create Rake Tasks

Running tasks with Ruby

RUBY_ENV=ENVIRONMENT DATABASE_URL='postgres://postgres@localhost/postgres' ruby -I . -r "app/main" -e "Main.new.sync_recipients 'STATUS'"

Running tasks on Docker

docker run -t --net host --env RUBY_ENV=environment --env PAGARME_API_KEY=pagarme_api_key --env DATABASE_URL='postgres://postgres@localhost/postgres' bonde/payments ruby -I . -r "app/main" -e "Main.new.sync_recipients 'STATUS'"

Building a docker image

docker build -f Dockerfile -t bonde/payments .

Avaliable Status

  • available
  • transferred
  • waiting_funds

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.0%
  • Dockerfile 10.0%