Skip to content

Increase memory limit for TE.sync to 512MB (#922) #95

Increase memory limit for TE.sync to 512MB (#922)

Increase memory limit for TE.sync to 512MB (#922) #95

#
# sri sri guru gauranga jayatah
#
name: Production Deployment
on:
push:
branches:
- production
workflow_dispatch:
jobs:
deployment:
name: Deployment
uses: ./.github/workflows/deployment.yml
with:
environment: production
secrets: inherit
tag:
name: Tag
needs: deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create tag
run: |
DATE=$(date +'%Y-%m-%d')
git tag -f $DATE
git push -f origin $DATE