feat: Initial composer project
Some checks failed
WordPress deployment / deploy (push) Failing after 1s

This commit is contained in:
2025-08-05 14:33:26 -04:00
parent 3fa68c6beb
commit b905055843
4 changed files with 24 additions and 8 deletions

View File

@@ -9,17 +9,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Check versions
run: |
php -v
composer -V
node -v
- name: Clone WordPress scripts
env:
TEMPLATES_REPO_TOKEN: ${{ secrets.TEMPLATES_REPO_TOKEN }}
run: |
git clone https://$TEMPLATES_REPO_TOKEN@gitea.websimple.com/templates/wp-scripts.git /tmp/wp-scripts
- name: List files in the repository
run: ls -la ${{ gitea.workspace }}
- name: Run deployment script
run: /tmp/wp-scripts/deploy.sh