From 624f745984cd4a2d217c78be78fe98e20bfe2f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Gomes?= <88624922+JoaoPedro8807@users.noreply.github.com> Date: Fri, 20 Sep 2024 08:47:22 -0300 Subject: [PATCH] Update main_api-hotelaria.yml --- .github/workflows/main_api-hotelaria.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_api-hotelaria.yml b/.github/workflows/main_api-hotelaria.yml index 7d62674..c074f5b 100644 --- a/.github/workflows/main_api-hotelaria.yml +++ b/.github/workflows/main_api-hotelaria.yml @@ -24,6 +24,7 @@ jobs: - name: Create and start virtual environment run: | + cd app python -m venv venv source venv/bin/activate @@ -66,4 +67,4 @@ jobs: with: app-name: 'api-hotelaria' slot-name: 'Production' - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_5F423A3F2A884246AB6E36CB622D9FBA }} \ No newline at end of file + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_5F423A3F2A884246AB6E36CB622D9FBA }}