Skip to content

tmfg/digitraffic-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Digitraffic custom github actions

Project contains custom github actions for use with Digitraffic project.

Actions are stored in their own branches and thus the main branch doesn't contain any action code.

Usage

Refer to this project and appropriate branch in your workflow file:

jobs:
  Run-action:
    runs-on: ubuntu-latest
    steps:
      - name: run action
        uses: tmfg/digitraffic-actions@<action-branch>

Available actions

Run task in ECS

Update ECS task definition

Update ECS service

Mirror repository

Publish workflow artifacts on GitHub Pages

Build and publish a Hugo generated site on GitHub Pages

Send Slack notifications of Dependabot alerts

Releases

No releases published

Packages

No packages published