envoyer-deploy

Deploy an Envoyer.io project using Artisan!

  • 所有者: parkhub/envoyer-deploy
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Downloads
Release
License

Envoyer Deploy Command

Hi there!

Are you looking for a simple way to deploy your Envoyer.io project from the command line? So was I, until I found the Envoyer Deploy Command from JustPark!

With this Artisan command, deploying to Envoyer.io is as simple as 1...2... well... more like this:

➜ php artisan envoyer:deploy
Deployment request successful!

You can even deploy different projects (although, there's a default option)!

➜ php artisan envoyer:deploy --project awesomecake
Deployment request successful!

Shortcuts are awesome!

➜ php artisan envoyer:deploy -p awesomecake
Deployment request successful!

Installation

First you'll need to install the Composer package from Packagist.

Simply add the following to the "require-dev" section of your composer.json file, and composer update.

"justpark/envoyer-deploy": "~1.0"

Next, you'll need to add the ServiceProvider for this command to the providers array within your config/app.php file.

'providers' => [

    /*
     * Loads of other providers here...
     */

    'JustPark\Deploy\ServiceProviders\EnvoyerServiceProvider',

],

Finally, you'll want to copy this config file into your config directory. The default config key contains handle of the project you want to deploy by default, and should match up to a project in the projects config key. The name of the project doesn't matter, since it's only used within the command. You'll want to pair it with the webook deployment key that you'll find under the 'Deployment Hooks' tab of your Envoyer.io project.

php artisan vendor:publish

It's the bit after the deploy/ here:

https://envoyer.io/deploy/4aLDdfsfsd4s6fSzeKGNfakekey75R45wOwTQULEDJNrj

Well, now you're good to go! Check the section at the top of this page for usage examples.

Happy deploying!

Love,

JustPark.

Who are you?

JustPark is a London based startup solving the problem of parking for people all over the world! We've got affordable parking spaces in major cities, and we even allow property owners to earn some extra cash by renting out their extra space for parking.

We're huge fans of Laravel within the company, and we've even got Laravel evangelist, contributor and best-selling author Dayle Rees on the team.

If you're interested in working with us, why not check out our jobs page.

Panda

License

Envoyer Deploy Command is licensed under The MIT License (MIT).

主要指標

概覽
名稱與所有者parkhub/envoyer-deploy
主編程語言PHP
編程語言PHP (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2015-05-02 00:34:27
推送於2017-08-31 16:19:21
最后一次提交2015-06-28 21:40:33
發布數1
最新版本名稱v1.0.0 (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數64
關注者數3
派生數3
提交數13
已啟用問題?
問題數1
打開的問題數0
拉請求數2
打開的拉請求數0
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?