Created
October 21, 2020 12:22
-
-
Save sid137/44b9ab18fc41094db6970025f2ea9cb0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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