From 4a3d55634d53c0255af0d2dec723a3f4f2c36471 Mon Sep 17 00:00:00 2001 From: Ari Date: Thu, 29 May 2025 04:28:10 -0400 Subject: [PATCH] CI/CD ready --- .forgejo/workflows/deploy.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 6f34be5..7f20d99 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -5,7 +5,7 @@ on: branches: - main - astra/ci - - astra/overrides + jobs: deploy: @@ -26,15 +26,6 @@ jobs: - name: Copy config file to root run: cp overrides/config.ts ./config.ts - - name: print file structure - run: | - echo "Current directory structure:" - ls -R - - - name: fail (intentionally) - run: | - echo "This is an intentional failure to test the workflow." - exit 1 - name: Setup Node.js uses: actions/setup-node@v3 with: