Skip to content
Discussion options

You must be logged in to vote

Use rsync.php add on to Deployer.
Override deploy:update_code:

task('deploy:update_code', function () {
    // Override original update_code
    // Do NOTHING (to skip git task)
});

deploy:writeable is also unneeded in my environment so override this as well.
Customise .env-handling (because it is specific to each environment).
Customise file rights (only folder public, index.php and .htaccess need to be readable by others and no files need to be writeable by others).
It would be nice if these two customisations where options in Deployer so you do not need to customise them yourself!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by acharseth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant