Skip to content

Commit d3850e5

Browse files
authored
Merge pull request #1314 from UN-OCHA/berliner/docksal-command
Change name of docksal command
2 parents 89dc893 + 2e4fb9f commit d3850e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.docksal/commands/post-deploy .docksal/commands/deploy

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
#: exec_target = cli
33

4-
## Run the typical commands for the post-deployment
4+
## Run the typical commands for the deployment
55
##
6-
## Usage: fin post-deploy
6+
## Usage: fin deploy
77

88
# Environment variables passed from fin:
99
#
@@ -19,7 +19,7 @@ usage="$(basename "$0") [-h] [-i]
1919
2020
where:
2121
-h show this help text
22-
-i import a local backup before executing the post-deploy steps"
22+
-i import a local backup before executing the deploy steps"
2323

2424
IMPORT_BACKUP=false
2525

0 commit comments

Comments
 (0)