Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/workflows/development_VARIAMOS-WEB.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down