CI/CD ready

This commit is contained in:
Ari 2025-05-29 04:28:10 -04:00
parent b9dca99d12
commit 4a3d55634d
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
- astra/ci - astra/ci
- astra/overrides
jobs: jobs:
deploy: deploy:
@ -26,15 +26,6 @@ jobs:
- name: Copy config file to root - name: Copy config file to root
run: cp overrides/config.ts ./config.ts 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 - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with: