Skip to content

Commit

Permalink
[CI] change parameters for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentj committed Oct 25, 2023
1 parent 75e3c68 commit 7d13010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ deploy_download_stable:
upload_to_packages_server $(ZIP_DEMO_PACKAGE) pub/lizmap/release/$(SHORT_VERSION)/

saas_deploy_snap:
saas_release_lizmap snap $(SAAS_LIZMAP_VERSION) $(GENERIC_PACKAGE_PATH)
saas_release_lizmap unstable $(SAAS_LIZMAP_VERSION) $(GENERIC_PACKAGE_PATH)

saas_release: check-release
saas_release_lizmap release $(SAAS_LIZMAP_VERSION) $(GENERIC_PACKAGE_PATH)
saas_release_lizmap stable $(SAAS_LIZMAP_VERSION) $(GENERIC_PACKAGE_PATH)

docker-build: debug $(GENERIC_PACKAGE_PATH) docker-build-ci

Expand Down

0 comments on commit 7d13010

Please sign in to comment.