diff --git a/.github/workflows/development_VARIAMOS-WEB.yml b/.github/workflows/development_VARIAMOS-WEB.yml new file mode 100644 index 0000000..87c3e38 --- /dev/null +++ b/.github/workflows/development_VARIAMOS-WEB.yml @@ -0,0 +1,32 @@ +# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy +# More GitHub Actions for Azure: https://github.com/Azure/actions + +name: Build and deploy container app to Azure Web App - variamosweb + +on: + push: + branches: + - development + + workflow_dispatch: + +jobs: + build: + runs-on: 'ubuntu-latest' + + steps: + - uses: actions/checkout@v2 + + - name: Login to ACR + uses: docker/login-action@v1 + with: + registry: variamos.azurecr.io + username: ${{secrets.ACRUSERNAME}} + password: ${{secrets.ACRUSERPASSWORD}} + + - name: Build and push container image to registry + uses: docker/build-push-action@v2 + with: + push: true + tags: variamos.azurecr.io/${{secrets.ACRUSERNAME}}/variamosweb:latest + file: ./Dockerfile diff --git a/src/locales/en.json b/src/locales/en.json index 5807b90..4ca56b2 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -42,7 +42,7 @@ "about_team_past_authors2": "Raul Mazo, Diego Quiroz, Sebastian Monsalve, David Lopez, Jose Lopez", "about_team_past_authors3": "Raul Mazo", "home_welcome": "Welcome to VariaMos web", - "home_variamos": "VariaMos 2.22.05.20.16", + "home_variamos": "VariaMos 2.22.05.20.17", "reports_title": "Reports", "app_variamos": "VariaMos", "app_search": "Search",