Skip to content

Commit

Permalink
avniproject/avni-server#813 | Use jdk 21 for staging avni-server
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Dec 17, 2024
1 parent be7b69e commit 850b791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ minio-onpremise: check-minio-setup-pwd

avni-staging: check-web-zip-path check-app-zip-path check-vault-pwd-file
WEBAPP_ZIP_PATH=$(web_zip_path) WEBAPP_ZIP_FILE_NAME=avni-webapp.tgz APPLICATION_ZIP_PATH=$(app_zip_path) APPLICATION_ZIP_FILE_NAME=avni-server-0.0.1-SNAPSHOT.jar ansible-playbook staging_avni_servers.yml -i inventory/staging --vault-password-file ${VAULT_PASSWORD_FILE} \
--extra-vars '{"application_user":"avni-server-user"}'
--extra-vars '{"application_user":"avni-server-user", "java_apt_package":"openjdk-21-jdk"}'

avni-prerelease: check-web-zip-path check-app-zip-path check-vault-pwd-file
WEBAPP_ZIP_PATH=$(web_zip_path) WEBAPP_ZIP_FILE_NAME=avni-webapp.tgz APPLICATION_ZIP_PATH=$(app_zip_path) APPLICATION_ZIP_FILE_NAME=avni-server-0.0.1-SNAPSHOT.jar ansible-playbook prerelease_avni_servers.yml -i inventory/prerelease --vault-password-file ${VAULT_PASSWORD_FILE} \
Expand Down

0 comments on commit 850b791

Please sign in to comment.