Home Applications demo-deployment

demo-deployment

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
0
Awards
143
Views
0
IPM installs
3
1
Details
Releases
Reviews
Issues
Pull requests
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 }}

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