https://github.com/capawesome-team/cloud-live-update-action
🤖 GitHub Action to deploy a live update to the Capawesome Cloud.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
â—‹CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
â—‹DOI references
-
â—‹Academic publication links
-
â—‹Committers with academic emails
-
â—‹Institutional organization owner
-
â—‹JOSS paper metadata
-
â—‹Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Repository
🤖 GitHub Action to deploy a live update to the Capawesome Cloud.
Basic Info
- Host: GitHub
- Owner: capawesome-team
- License: mit
- Language: JavaScript
- Default Branch: main
- Size: 790 KB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 5
Metadata Files
README.md
cloud-live-update-action
GitHub Action to deploy a Capacitor Live Update to the Capawesome Cloud.
Usage
yaml
- uses: capawesome-team/cloud-live-update-action@v0.0.7
with:
# The Capawesome Cloud app ID.
# Required.
appId: ''
# The channel to deploy the update to.
channel: ''
# The commit message that the bundle is linked to.'
commitMessage: ''
# The commit ref that the bundle is linked to.
commitRef: ''
# The commit SHA that the bundle is linked to.
commitSha: ''
# The path to the bundle to upload. Must be a folder or zip archive.
# Required.
path: ''
# The Capawesome Cloud API token.
# Required.
token: ''
Example
yaml
name: Deploy Live Update
on:
push:
branches:
- main
jobs:
upload-file:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build web assets
run: npm run build
- name: Deploy Live Update
uses: capawesome-team/cloud-live-update-action@v0.0.7
id: upload-action
with:
appId: 'addb597c-9cbd-4cdc-bcc0-cd5c2234a03f'
channel: 'production-1.0.0'
commitMessage: $(git log -1 --pretty=format:"%s")
commitRef: ${{ github.head_ref || github.ref_name }}
commitSha: ${{ github.sha }}
path: 'dist'
token: ${{ secrets.CAPAWESOME_TOKEN }}
License
See LICENSE.
Owner
- Name: Capawesome
- Login: capawesome-team
- Kind: organization
- Email: support@capawesome.io
- Website: https://capawesome.io
- Twitter: capawesomeio
- Repositories: 27
- Profile: https://github.com/capawesome-team
Capawesome offers enterprise-grade solutions and services designed for teams building cross-platform apps with Capacitor.
GitHub Events
Total
- Create event: 6
- Release event: 2
- Issues event: 5
- Watch event: 1
- Delete event: 3
- Issue comment event: 3
- Push event: 43
- Pull request review event: 1
- Pull request event: 7
Last Year
- Create event: 6
- Release event: 2
- Issues event: 5
- Watch event: 1
- Delete event: 3
- Issue comment event: 3
- Push event: 43
- Pull request review event: 1
- Pull request event: 7
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Robin Genz | m****l@r****v | 25 |
| scp | s****p | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 3
- Total pull requests: 8
- Average time to close issues: 15 days
- Average time to close pull requests: about 7 hours
- Total issue authors: 3
- Total pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 0.25
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 8
- Average time to close issues: 15 days
- Average time to close pull requests: about 7 hours
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 0.25
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- scp (1)
- m4v15 (1)
- robingenz (1)
Pull Request Authors
- robingenz (6)
- scp (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- actions/setup-node v4 composite
- actions/upload-artifact v4 composite
- ./ * composite
- actions/checkout v4 composite
- actions/setup-node v4 composite
- dist/index.mjs node20 javascript
- 475 dependencies
- @babel/core ^7.23.9 development
- @babel/preset-env ^7.23.9 development
- @vercel/ncc ^0.38.1 development
- commit-and-tag-version ^12.4.0 development
- prettier ^3.2.4 development
- @actions/cache ^3.2.3
- @actions/core ^1.10.1
- archiver ^7.0.1
- axios ^1.6.8
- form-data ^4.0.0