fix: change to apt-get and change cache:flush to release from current, to work on first release
Some checks failed
Build / build (push) Successful in 4m16s
Build / deploy-stage (push) Successful in 3m42s
Build / switch-stage (push) Failing after 2m17s
Build / deploy-production (push) Successful in 3m56s

This commit is contained in:
2025-06-26 11:55:16 +02:00
parent 177d79ceb1
commit 9720b9328e
3 changed files with 9 additions and 9 deletions

View File

@@ -26,8 +26,8 @@ jobs:
composer validate --no-check-publish && composer install --prefer-dist --no-progress --ignore-platform-reqs
- name: Install ssh agent, rsync
run: |
apt update
apt install -y openssh-client rsync
apt-get update
apt-get install -y openssh-client rsync
- name: Switch to release
uses: deployphp/action@v1
with: