mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: permission test aws
This commit is contained in:
parent
dd06b9fc7a
commit
1a40cf0e26
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
files:
|
||||
"/opt/elasticbeanstalk/hooks/appdeploy/post/00_set_tmp_permissions.sh":
|
||||
mode: "000755"
|
||||
owner: root
|
||||
group: root
|
||||
content: |
|
||||
#!/usr/bin/env bash
|
||||
chown -R nodejs:nodejs /tmp/.npm
|
8
.ebextensions/01_fix_permissions.config
Normal file
8
.ebextensions/01_fix_permissions.config
Normal file
|
@ -0,0 +1,8 @@
|
|||
files:
|
||||
"/opt/elasticbeanstalk/hooks/appdeploy/pre/49_change_permissions.sh":
|
||||
mode: "000755"
|
||||
owner: root
|
||||
group: root
|
||||
content: |
|
||||
#!/usr/bin/env bash
|
||||
sudo chown -R ec2-user:ec2-user tmp/
|
Loading…
Add table
Reference in a new issue