Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Production / deploy (push) Failing after 57s
Some checks failed
Deploy to Production / deploy (push) Failing after 57s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user