diff --git a/.forgejo/workflows/typo3-deploy-stage.yaml b/.forgejo/workflows/typo3-deploy-stage.yaml index ed65d5c..84aa0d7 100644 --- a/.forgejo/workflows/typo3-deploy-stage.yaml +++ b/.forgejo/workflows/typo3-deploy-stage.yaml @@ -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