Skip to content

Enable swapfile on EC2 during EB deployment. #162

Enable swapfile on EC2 during EB deployment.

Enable swapfile on EC2 during EB deployment. #162

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