Update deploy.yaml
All checks were successful
Deploy Monorepo to Opt / deploy (push) Successful in 1m4s
All checks were successful
Deploy Monorepo to Opt / deploy (push) Successful in 1m4s
This commit is contained in:
@@ -10,6 +10,15 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
# If using Alpine-based runner (standard)
|
||||
if command -v apk >/dev/null; then
|
||||
apk add --no-cache rsync
|
||||
# If using Ubuntu/Debian-based runner
|
||||
elif command -v apt-get >/dev/null; then
|
||||
apt-get update && apt-get install -y rsync
|
||||
fi
|
||||
- name: Sync and Launch Nextcloud
|
||||
run: |
|
||||
mkdir -p /opt/docker/nextcloud
|
||||
|
||||
Reference in New Issue
Block a user