Skip to content

Commit 93060e4

Browse files
committed
Add phpinfo app
0 parents  commit 93060e4

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
phpinfo();
3+
?>

stackato.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# so that we can deploy with 'stackato push --no-prompt'
2+
name: phpinfo

0 commit comments

Comments
 (0)