feat: Add mobile CI/CD secrets setup for APK signing
- Updated Makefile to include new command for setting up mobile CI secrets. - Enhanced tools.mk with setup-mobile-ci-secrets target. - Created setup-mobile-github-secrets.sh script for configuring GitHub Secrets for APK signing. - Added APK signing implementation summary documentation. - Created detailed APK signing setup guide. - Added GitHub secrets checklist for easy reference.
This commit is contained in:
9
Makefile
9
Makefile
@@ -91,10 +91,11 @@ help:
|
||||
@echo ""
|
||||
@echo " 🛠️ DEVELOPMENT TOOLS"
|
||||
@echo " ────────────────────────────────────────────────────────────────────"
|
||||
@echo " make install-melos Install Melos globally (for mobile dev)"
|
||||
@echo " make install-git-hooks Install git pre-push hook (protect main/dev)"
|
||||
@echo " make sync-prototypes Sync prototypes from client-krow-poc repo"
|
||||
@echo " make clean-branches Delete local branches (keeps main/dev/demo/**/protected)"
|
||||
@echo " make install-melos Install Melos globally (for mobile dev)"
|
||||
@echo " make install-git-hooks Install git pre-push hook (protect main/dev)"
|
||||
@echo " make sync-prototypes Sync prototypes from client-krow-poc repo"
|
||||
@echo " make clean-branches Delete local branches (keeps main/dev/demo/**/protected)"
|
||||
@echo " make setup-mobile-ci-secrets Setup GitHub Secrets for mobile APK signing (CI/CD)"
|
||||
@echo ""
|
||||
@echo " ℹ️ HELP"
|
||||
@echo " ────────────────────────────────────────────────────────────────────"
|
||||
|
||||
Reference in New Issue
Block a user