Created
June 7, 2017 14:27
-
-
Save lejoss/bbbb5d65f2f9bb33de37d4e9dc56d457 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
version: 0.1 | |
phases: | |
post_build: | |
commands: | |
- tar -czf ../payment-service.tgz . && cd .. | |
- echo Build completed on `date` | |
artifacts: | |
files: | |
- payment-service.tgz | |
- appspec.yml | |
discard-paths: no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment