Home Applications demo-deployment

demo-deployment

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
5
1 reviews
0
Awards
197
Views
0
IPM installs
3
1
Details
Releases (1)
Reviews (1)
Issues
Deploy Demo of your InterSystems IRIS application

What's new in this version

Initial Release

InterSystems Demo Deployment

Usage

In your repository create file .github/workflows/deploy.yml with content. Replace <name-of-demo> with the domain name, which will be used before .demo.community.intersystems.com. Ask for deployment key and set it to secrets as SERVICE_ACCOUNT_KEY

name: Cloud Run Deploy

on:
push:
branches:
- master
- main
workflow_dispatch:

jobs:
deploy:
uses: intersystems-community/demo-deployment/.github/workflows/deployment.yml@master
with:
name:
secrets:
SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }}

Version
1.0.014 Sep, 2022
Category
Developer Environment
Works with
InterSystems IRISInterSystems IRIS for Health
First published
14 Sep, 2022
Last edited
14 Sep, 2022
Last checked by moderator
27 Jun, 2023Works