Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit c13aff0

Browse files
author
Antony MECHIN
committed
Examples.voting: Add more target to the Makefile.
Signed-off-by: Antony MECHIN <[email protected]>
1 parent ff4ee1f commit c13aff0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

examples/voting-app/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,27 @@ deploy/production: render/production kill/production
157157
158158
deploy/development: render/development kill/development
159159
docker stack deploy ${APP_NAME}-dev -c $(DEVELOPMENT_DIR)/docker-compose.yml
160+
161+
#
162+
# Pack.
163+
#
164+
pack:
165+
docker-app pack -o $(PACK)
166+
167+
#
168+
# Save.
169+
#
170+
save:
171+
docker-app save -p
172+
173+
#
174+
# Helm.
175+
#
176+
helm/production:
177+
docker-app helm -f $(SETTINGS_DIR)/production.yml
178+
179+
helm/development:
180+
docker-app helm -f $(SETTINGS_DIR)/development.yml
160181
```
182+
183+
You can add more commands, depending on your needs.

0 commit comments

Comments
 (0)