Skip to content

Releases: omurilo/action-back4app

Fixing bug on installation b4a cli

14 Jul 17:56
Compare
Choose a tag to compare

The script currently based on back4app/parse-cli to installation b4a cli don't correctly run on docker machine with node:alpine, because uname -p return unknown, so I've decided to create my own script to installation b4a cli using uname -m.

Fixing apk world[python] installation error

27 Apr 13:30
Compare
Choose a tag to compare
v3

fix: change python instalation to python2

Fixing bug when run './script.exp'

03 Dec 01:34
Compare
Choose a tag to compare

Deploy application to back4app using only project name and accountkey, this actions will be run when folders [public, cloud (something similar)] and .parse.project and .parse.local exists.