From 8d5d621c43637753d2a2644338a60529d2cffe7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Pascual=20L=C3=B3pez?= <71436553+uo269728@users.noreply.github.com> Date: Tue, 3 May 2022 22:21:53 +0200 Subject: [PATCH] =?UTF-8?q?Peque=C3=B1o=20error=20en=20el=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/asw2122.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asw2122.yml b/.github/workflows/asw2122.yml index 917d975..e54bee3 100644 --- a/.github/workflows/asw2122.yml +++ b/.github/workflows/asw2122.yml @@ -91,7 +91,7 @@ jobs: user: ${{ secrets.DEPLOY_USER }} key: ${{ secrets.DEPLOY_KEY }} command: | - wget https://raw.githubusercontent.com/Arquisoft/dede_es3b/Prueba-Deploy/docker-compose.yml -O docker-compose.yml + wget https://raw.githubusercontent.com/Arquisoft/dede_es3b/master/docker-compose.yml -O docker-compose.yml docker-compose stop docker-compose rm -f docker-compose pull