From 8b1b860074e4848e079831a6ac5c701ee49cb5b9 Mon Sep 17 00:00:00 2001 From: "moises.garcia.ext" Date: Mon, 2 May 2022 13:26:32 +0200 Subject: [PATCH] cambio url api --- .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 cddb6a1..69f365b 100644 --- a/.github/workflows/asw2122.yml +++ b/.github/workflows/asw2122.yml @@ -52,7 +52,7 @@ jobs: - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@3.04 env: - API_URI: http://${{ secrets.DEPLOY_HOST }}:5000/api + API_URI: http://${{ secrets.DEPLOY_HOST }}:5000 with: name: arquisoft/dede_es6b/webapp username: ${{ github.actor }}