Skip to content

Better name for db vol attachment script. #164

Better name for db vol attachment script.

Better name for db vol attachment script. #164

Workflow file for this run

name: CI build and deploy
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
build:
name: Build deployment assets
uses: me-julian/games-not-played/.github/workflows/build.yml@main
secrets: inherit
deploy:
name: Deploy to AWS
needs: build
uses: me-julian/games-not-played/.github/workflows/deploy.yml@main
with:
version-tag: $${{ needs.build.outputs.version-tag }}
secrets: inherit