We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89dc893 + 2e4fb9f commit d3850e5Copy full SHA for d3850e5
.docksal/commands/post-deploy .docksal/commands/deploy
@@ -1,9 +1,9 @@
1
#!/usr/bin/env bash
2
#: exec_target = cli
3
4
-## Run the typical commands for the post-deployment
+## Run the typical commands for the deployment
5
##
6
-## Usage: fin post-deploy
+## Usage: fin deploy
7
8
# Environment variables passed from fin:
9
#
@@ -19,7 +19,7 @@ usage="$(basename "$0") [-h] [-i]
19
20
where:
21
-h show this help text
22
- -i import a local backup before executing the post-deploy steps"
+ -i import a local backup before executing the deploy steps"
23
24
IMPORT_BACKUP=false
25
0 commit comments