Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Andesite - V1

Andesite is a github action for deploying to IN-SMN.

Usage

Copy the following template into .github/workflows/deploy.yaml in your repository.

name: Build and deploy

on:
  push:
    branches: ["main"] # Change this if your main branch is not called main

jobs:
  build-and-deploy:
    permissions:
      contents: read
      packages: write
    uses: itsektionen/andesite/.github/workflows/v1.yml@main
    secrets: inherit
    with:
      deploy-dir: <deploy-dir> # Update this

Replace <deploy-dir> with the directory on IN-SMN that the docker-compose.yaml is in. (i.e. /home/deploy/<deploy-dir>/docker-compose.yaml

For mor information on deployment, see docs.kth.it.

For a list of settings, see configuring Andesite.

About

Automatic continous deployment to IN-SMN

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors