Skip to content

Commit d770452

Browse files
author
AUSTIN A. HAMILTON
committed
Add war file to push app with
1 parent e479480 commit d770452

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ElephantSQL-Uploader.war

1.86 MB
Binary file not shown.

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ applications:
44
memory: 256M #The maximum memory to allocate to each application instance
55
instances: 1 #The number of instances of the application to start
66
host: JavaUpload-${random-word} #Hostname for app routing. Unique to domain
7-
path: PostgreSQLUpload.war
7+
path: ElephantSQL-Uploader.war
88
services:
99
- java-pg #Identifier for ElephantSQL service, must be provisioned before push
1010

0 commit comments

Comments
 (0)