Skip to content

Instantly share code, notes, and snippets.

@lejoss
Created June 7, 2017 14:27
Show Gist options
  • Save lejoss/bbbb5d65f2f9bb33de37d4e9dc56d457 to your computer and use it in GitHub Desktop.
Save lejoss/bbbb5d65f2f9bb33de37d4e9dc56d457 to your computer and use it in GitHub Desktop.
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