We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b244b commit 003c40cCopy full SHA for 003c40c
appspec.yml
@@ -1,5 +1,9 @@
1
version: 0.0
2
os: linux
3
+files:
4
+ # We don't actually use *any* of these files, just the docs-push.sh file.
5
+ - source: README.asciidoc
6
+ destination: /tmp/README.asciidoc
7
hooks:
8
ApplicationStart:
9
- location: docs-push.sh
0 commit comments