You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when i try to use deploy with Github Actions and make new deploy.yml file in workflow folder
the github action when push file on my repo fail because not found artisan PHP Warning: require(/home/runner/work/xxxx/yyyyy/vendor/autoload.php): Failed to open stream: No such file or directory in /home/runner/work/xxxx/yyyyy/artisan on line 18
Got the same here, looks like you have to run compose require for that package. Before it actually you have to run with an image which has php and node installed.
Hi, when i try to use deploy with Github Actions and make new deploy.yml file in workflow folder
the github action when push file on my repo fail because not found artisan
PHP Warning: require(/home/runner/work/xxxx/yyyyy/vendor/autoload.php): Failed to open stream: No such file or directory in /home/runner/work/xxxx/yyyyy/artisan on line 18
The text was updated successfully, but these errors were encountered: