[UPD] Makefile: example to update an instance
This commit is contained in:
parent
18139342a5
commit
37a43e402e
1 changed files with 12 additions and 0 deletions
12
Makefile
12
Makefile
|
|
@ -30,6 +30,18 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
|
||||
# Example for update
|
||||
.PHONY: custom_run_example
|
||||
custom_run_example:
|
||||
./run.sh -d example_prod
|
||||
|
||||
.PHONY: custom_update_example
|
||||
custom_update_example:
|
||||
./script/database/db_restore.py --database example_prod --image image_name_to_restore
|
||||
./script/addons/update_addons_all.sh example_prod
|
||||
./script/addons/update_prod_to_dev.sh example_prod
|
||||
|
||||
#########
|
||||
# RUN #
|
||||
#########
|
||||
|
|
|
|||
Loading…
Reference in a new issue