antonioribeiro / antonioribeiro/deeployer

Remote Artisan Call

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
PHP
Stars
147
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Artisan is almost in place already.
And you can execute whatever you need by adding commands to the `post_deploy_commands` array. So you can add

```
'post_deploy_commands' => array(
'php artisan cache:clear',
'php artisan db:seed --env=production',
),
```

What kind of improvements could we do on this area?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing how the deployment process handles the post_deploy_commands array and how Laravel Artisan commands are currently invoked. Clarify which remote Artisan improvements are wanted and define acceptance criteria before choosing an implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
devops
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.