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 - name: Install Deployer
run: | run: |
curl -LO https://deployer.org/deployer.phar composer global require deployer/deployer
chmod +x deployer.phar export PATH="$HOME/.composer/vendor/bin:$PATH"
sudo mv deployer.phar /usr/local/bin/dep
- name: Setup SSH - name: Setup SSH
run: | run: |