Deploying a Laravel Web app

Enrico Botha 6 Reputation points
2020-01-09T07:42:18.017+00:00

Hey guys,

I have been following this tutorial https://learn.microsoft.com/en-us/azure/app-service/containers/tutorial-php-mysql-app

However the only difference is that I am trying to upload my own webapp not the demo 'Laravel Tasks'

I have changed the PHP Version from 7.0 to 7.3

When I get the the Git Push Azure Master step everything works until I get this error.

remote: Copying files to destination directory '/home/site/wwwroot'... remote: ......................................................................... remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/composer": Operation not permitted (1) remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/dep": Operation not permitted (1) remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/jp.php": Operation not permitted (1) remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/jsonlint": Operation not permitted (1) remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/php-parse": Operation not permitted (1) remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/phpunit": Operation not permitted (1) remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/psysh": Operation not permitted (1) remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/upgrade-carbon": Operation not permitted (1) remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/validate-json": Operation not permitted (1) remote: rsync: failed to set times on "/home/site/wwwroot/vendor/bin/var-dump-server": Operation not permitted (1) remote: ................................................................................................................................................................................................................................ remote: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]

Can anyone point me in the right direction here?

I have changed the composer versions, I have tried php 7 , 7.2 and 7.3

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,956 questions
{count} vote