xd
Some checks failed
build-and-push / build (push) Successful in 7s
build-and-push / deploy (push) Failing after 1s

This commit is contained in:
2025-05-02 16:17:07 -06:00
parent 6c5a54c594
commit 04b562a9fc

View File

@@ -42,6 +42,12 @@ 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