Skip to content

Instantly share code, notes, and snippets.

@ramingar
Created September 29, 2015 07:49
Show Gist options
  • Select an option

  • Save ramingar/ca4a6803f79e413c0d64 to your computer and use it in GitHub Desktop.

Select an option

Save ramingar/ca4a6803f79e413c0d64 to your computer and use it in GitHub Desktop.
Crear un archivo en AWS EB en el deploy #AWS #elasticbeanstalk #EB #AWSEB #deploy
files:
"/home/ec2-user/script-assetic-dump.sh":
mode: "000755"
owner: root
group: root
content: |
#!/bin/sh
echo "Hello World!!" >> /home/ec2-user/hola.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment