Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Production / deploy (push) Failing after 57s

This commit is contained in:
2025-10-06 13:24:44 -05:00
parent 191cfb6555
commit 0d01ba8a88

View File

@@ -15,9 +15,9 @@ jobs:
- name: Install Deployer
run: |
curl -LO https://deployer.org/deployer.phar
chmod +x deployer.phar
sudo mv deployer.phar /usr/local/bin/dep
composer global require deployer/deployer
export PATH="$HOME/.composer/vendor/bin:$PATH"
- name: Setup SSH
run: |