Skip to content

Commit 7729f7d

Browse files
committed
added deploy flag
1 parent 40b1b09 commit 7729f7d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
with:
2121
# Specify action inputs
2222
algorithm-configuration-path: nasa/algorithm_config.yml
23-
dockerfile-path: esa/Dockerfile
23+
dockerfile-path: esa/Dockerfile
24+
deploy-app-pack: true

nasa/algorithm_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ author: mlucas
1010
contributor: mlucas
1111
license: https://github.com/MAAP-Project/get-dem/blob/develop/LICENSE
1212
release_notes: None
13+
build_command: get-dem/nasa/build-dps.sh
1314
run_command: /app/get-dem/nasa/run.sh
1415
ram_min: 5 # mebibytes
1516
cores_min: 1

0 commit comments

Comments
 (0)