خرید بک لینک

Just looking for some advice on doing CodeDeploy on Windows. I've used it for a year on Linux boxes, this is my first Windows Server on EC2 and I can't seem to get past "Permission Denied" errors.

I've changed the permissions in Windows on the folders, but the Deploy is failing on the Install step on CodeDeploy.

Error CodeUnknownError
Script Name
MessagePermission denied - c:/inetpub/render
Log Tail

appspec.yml

version: 0.0
os: windows
files:
 - source: /
   destination: /inetpub/render
hooks:
  AfterInstall:
    - location: aws/scripts/deploy.bat
      runas: administrator
      timeout: 1200

I've tried both Windows and Linux style pathing (C:inetpubrender) because examples aren't clear, but nothing has worked.

برچسب: نویسنده: استخدام کار تاريخ: دوشنبه 13 شهريور 1396 ساعت: 16:28

صفحه بندی