action icon indicating copy to clipboard operation
action copied to clipboard

GitHub Action for Deployer

Results 35 action issues
Sort by recently updated
recently updated
newest added

This PR removes the --ansi flag from the deploy command. With ansi enabled, errors in actions when using dark mode on GitHub are garish and blinding. Passing `--no-ansi` to the...

Hi I have a standard laravel deployment working locally. Because the server I want to deploy to is behind a strict firewall I want to run a self hosted github...

I think somebody forgot to update/upload something? https://deployer.org/deployer.phar gives a 404 that ruins the whole action.

I receive the following error trying to deploy my application: ``` Run deployphp/action@master with: private-key: *** known-hosts: *** ssh-config: *** dep: deploy -v Error: Callback must be a function. Received...

When I use this action, can I keep `deploy.yml`: ```yml import: - recipe/laravel.php - contrib/php-fpm.php - contrib/npm.php config: application: 'smt-app' remote_user: forge deploy_path: '~/{{hostname}}' repository: '[email protected]:site/site-app.git' php_fpm_version: '8.0' keep_releases: '10'...

Is it possible to point directory where application that uses Deployer is located (basically monorepos)?

## Workflow (part) ```yml - name: Build uses: deployphp/action@v1 with: private-key: "${{ secrets.DEV_PRIVATE_KEY }}" deployer-binary: "vendor/bin/dep" dep: "build" - name: DEV environment deployment uses: deployphp/action@v1 with: private-key: "${{ secrets.DEV_PRIVATE_KEY }}"...

bug

With the update 1.0.11 the `split` function call was removed and because of that, optional inputs doesn't work anymore. (See issue #3)

Its possible to add an option so we can use a ssh key with password? ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/deployphp) so you can upvote and help fund...

``` Run deployphp/action@v1 Downloading "https://github.com/deployphp/deployer/releases/download/v7.0.0-rc.3/deployer.phar". ServerBusyEgress is over the account limit. RequestId:8d55cc58-a01e-0002-4b30-ec9cdd000000 Time:2021-12-08T12:36:34.5427639Z ``` Yet the build never died/quit - https://github.com/iBotPeaches/LeafApp_Infinite/runs/4457167451?check_suite_focus=true

bug