Surf icon indicating copy to clipboard operation
Surf copied to clipboard

Easy and powerful PHP deployment tool

Results 17 Surf issues
Sort by recently updated
recently updated
newest added

* **Please check if the PR fulfills these requirements** - [ ] Tests for the changes have been added (for bug fixes / features) * **What kind of change does...

https://tomasvotruba.com/blog/when-symfony-http-kernel-is-too-big-hammer-to-use/

## Expected Behavior If a Surf command produces output, it should be shown on the console. Sidenote: The conditions for Surf to show output are as far as I know:...

bug

i wanted to have a single container building the required assets. Example: ```yml build: stage: build assets image: akoehnlein/surf:php72 script: - yarn config set cache-dir $CI_PROJECT_DIR/.caches/npm - yarn install -...

enhancement

- Symfony application - WordPress It would be great to upgrade these apps remotely (fetch Release zip/tar and deploy): - owncloud/nextcloud - Matomo

question
feature

## Expected Behavior The documentation should have Deployment::relativeRootPaths which was added for v2.0+ in https://github.com/TYPO3/Surf/commit/f4d4f51b5a42b3a9631b2ba3b91c5949c306b81e

feature

## Expected Behavior Predefined task to flush apc/opcache with https://github.com/gordalina/cachetool ## Actual Behavior Not available

feature

## Expected Behavior Add an option to control whether a task is executed on a node. ## Actual Behavior Unless defined, every Task is run on every node the Application...

feature

I have extended the base application like described here but it would be cool to have native support for cli arguments similar like the environment variables here: https://typo3worx.eu/2016/12/deploy-typo3-cms-using-typo3-surf/ My wish...

enhancement
feature
idea

## Expected Behavior Simple replace a Task in the workflow. Somehow tell the workflow `Task X` should be replaces by `Task Y` every time `Task X` is used. ## Actual...

feature