From 20b2af81c7d867f0f0e44c22a839ba2ad370343a Mon Sep 17 00:00:00 2001 From: MoiGL <98397575+MoiGL@users.noreply.github.com> Date: Thu, 5 May 2022 18:48:47 +0200 Subject: [PATCH 1/2] Eliminado /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 071b732..eea551f 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 }} From 97d61cb37cb20a6167c58646e67cfe97823abb19 Mon Sep 17 00:00:00 2001 From: MoiGL <98397575+MoiGL@users.noreply.github.com> Date: Thu, 5 May 2022 19:00:55 +0200 Subject: [PATCH 2/2] =?UTF-8?q?A=C3=B1adido=20/api?= 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 eea551f..071b732 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_URI: http://${{ secrets.DEPLOY_HOST }}:5000/api with: name: arquisoft/dede_es6b/webapp username: ${{ github.actor }}