Skip to content

Set allocated memory for results cache #37

Set allocated memory for results cache

Set allocated memory for results cache #37

Workflow file for this run

concurrency:
group: push-${{ github.branch }}
on:
push:
branches:
- 'master'
jobs:
# build:
# uses: ./.github/workflows/build.yml
# secrets:
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
# DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
deploy:
uses: ./.github/workflows/deploy.yml
# needs: [ build ]
secrets:
DIGITAL_OCEAN_API_KEY: ${{ secrets.DIGITAL_OCEAN_API_KEY }}