Skip to content

Instantly share code, notes, and snippets.

@sid137
Created October 21, 2020 12:22
Show Gist options
  • Save sid137/44b9ab18fc41094db6970025f2ea9cb0 to your computer and use it in GitHub Desktop.
Save sid137/44b9ab18fc41094db6970025f2ea9cb0 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo $(date) > application/VERSION
rm -f application.zip
zip -r application.zip application/
aws s3 cp application.zip s3://boundless-dev-eu-west-1-codepipeline-syslog-pipeline/syslog-server/application.zip --profile boundless-development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment