Skip to content

Deploy tool ๐Ÿš€ ( Git, Rsync, Slack notify )

Notifications You must be signed in to change notification settings

apple-x-co/rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

83 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

rocket

Requirement

  • PHP version 5.4.0 or greater.

Installation

# Download using wget
wget https://github.com/apple-x-co/rocket/releases/latest/download/rocket.phar

# Then test the downloaded phars
chmod u+x rocket.phar
./rocket.phar --init > ./rocket.json

Usage

Show information

./rocket.phar --info #--no-color

Verification configure file

./rocket.phar --config ./rocket.json --verify

Slack notification test

./rocket.phar --config ./rocket.json --notify-test

Dry run sync directory

./rocket.phar --config ./rocket.json --sync dry

Git pull & Confirm sync directory

./rocket.phar --config ./rocket.json --git pull --sync confirm

Git pull & Force sync directory

./rocket.phar --config ./rocket.json --git pull --sync force

Sync directory only

./rocket.phar --config ./rocket.json --sync confirm

Slack notification

echo "HELLO WORLD" | ./rocket.phar --config ./rocket.json --notify

Download latest version rocket

./rocket.phar --upgrade