regresando
Some checks failed
build-and-push / build (push) Successful in 51s
build-and-push / deploy (push) Failing after 2s

This commit is contained in:
2025-05-02 16:26:09 -06:00
parent 19f4c0df74
commit e31df7c0b1

View File

@@ -30,9 +30,7 @@ jobs:
docker push gitea.interno.com/nucleo000/planilla:latest
deploy:
runs-on: ubuntu-latest
container:
image: docker:24-cli
runs-on: docker
needs: build
steps:
- name: Checkout
@@ -44,12 +42,5 @@ jobs:
- name: Pull latest image
run: docker pull gitea.interno.com/nucleo000/planilla:latest
- name: Install docker-compose
run: |
curl -L "https://github.com/docker/compose/releases/download/v2.27.1/docker-compose-linux-x86_64" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
- name: Restart container
run: docker-compose up -d planilla
run: docker compose up -d planilla