capacitor-ci-cd
Complete CI/CD guide for Capacitor apps covering GitHub Actions, GitLab CI, build automation, app signing, and deployment pipelines. Use this skill when users need to automate their build and release process.
By cap-go · 810 installs
npx skills add cap-go/capgo-skills --skill capacitor-ci-cd
Source repository · Upstream listing
CI/CD for Capacitor Applications
Automate building, testing, and deploying Capacitor apps.
When to Use This Skill
User wants to automate builds
User needs CI/CD pipeline
User asks about GitHub Actions
User needs app signing automation
User wants automated releases
GitHub Actions
Complete Workflow
Fastlane Integration
Fastlane Setup
iOS Fastfile
Android Fastfile
GitLab CI
Secrets Management
Required Secrets
Secret Description
CERTIFICATE P12 iOS distribution certificate (base64)
CERTIFICATE PASSWORD Certificate password
PROVISIONING PROFILE iOS provisioning profile (base64)
KEYSTORE BASE64 Android keystore (base64)
KEYSTORE PASSWORD Keystore password
KEY ALIAS Signing key alias
KEY PASSWORD Signing key password
CAPGO TOKEN Capgo API token
APP STORE CONNECT API KEY App Store Connect API key
PLAY SERVICE ACCOUNT Play Store service account JSON
Encoding Secrets
Version Management
Semantic Release
Version Bumping
Build Caching
Gradle Cache
CocoaPods Cache
Resources
GitHub Actions: https://docs.github.com/actions
Fastlane: https://fastlane.tools
Capgo CLI: https://capgo.app/docs/cli
App Store Connect API: https://developer.apple.com/documentation/appstoreconnectapi
Google Play API: https://developers.google.com/android publisher