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
|
- 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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user