This commit is contained in:
parent
62a1c715d5
commit
a6eafada1a
1 changed files with 3 additions and 3 deletions
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
tar xf build.tar.gz && rm build.tar.gz
|
||||
composer require deployer/deployer --dev -q
|
||||
|
||||
- run: apt-get update && apt-get install -y openssh-client rsync
|
||||
- run: apt-get update -qq && apt-get install -y -qq openssh-client rsync
|
||||
|
||||
- name: Upload release
|
||||
uses: deployphp/action@v1
|
||||
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
tar xf build.tar.gz && rm build.tar.gz
|
||||
composer require deployer/deployer --dev -q
|
||||
|
||||
- run: apt-get update && apt-get install -y openssh-client rsync
|
||||
- run: apt-get update -qq && apt-get install -y -qq openssh-client rsync
|
||||
|
||||
- name: Switch release
|
||||
uses: deployphp/action@v1
|
||||
|
|
@ -202,7 +202,7 @@ jobs:
|
|||
tar xf build.tar.gz && rm build.tar.gz
|
||||
composer require deployer/deployer --dev -q
|
||||
|
||||
- run: apt-get update && apt-get install -y openssh-client rsync
|
||||
- run: apt-get update -qq && apt-get install -y -qq openssh-client rsync
|
||||
|
||||
- name: Deploy to production
|
||||
uses: deployphp/action@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue