ci: simplify deploy workflow
All checks were successful
Deploy / deploy (push) Successful in 35s

This commit is contained in:
2026-02-25 15:22:45 +00:00
parent c7f848309f
commit 8ab0815948

View File

@@ -8,13 +8,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install Docker Compose
run: |
mkdir -p ~/.docker/cli-plugins
curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 \
-o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
- name: Build and deploy rsgp
run: |
docker compose -f /home/debian/my-services/docker-compose.yml build --no-cache rsgp