Skip to content

intersystems-community/cloud-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

InterSystems Dev Cloud Deployment

Usage

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

name: Dev Cloud Deploy

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

jobs:
  deploy:
    uses: intersystems-community/cloud-deployment/.github/workflows/deployment.yml@main
    with:
      name: <deployment-name>
      ## Optional
      # memory: 1Gi
      # port: 8081
    secrets:
      SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }}
      ## Optional
      # CUSTOM_VARS_LIST: "var1=${{ secrets.CUSTOM_VAR1 }},var2=value2,..."

About

Development cloud deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published