Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:opencrvs/e2e into mosip
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Nov 19, 2024
2 parents b048129 + 50398be commit 232967d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy (development)
run-name: Deploy ${{ inputs.stack }} with reset=${{ inputs.reset }} core=${{ inputs.core-image-tag }} country config=${{ inputs.countryconfig-image-tag }}
run-name: 'Deploy by ${{ github.event.client_payload.actor || github.actor }} to ${{ github.event.client_payload.stack || github.event.inputs.stack }}. Images core: ${{ github.event.client_payload.core-image-tag || github.event.inputs.core-image-tag }} and farajaland: ${{ github.event.client_payload.countryconfig-image-tag || github.event.inputs.countryconfig-image-tag }}'
on:
workflow_call:
inputs:
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
reset:
needs: deploy
if: ${{ inputs.reset == 'true' && needs.deploy.outputs.outcome == 'success' }}
if: ${{ inputs.reset == 'true' }}
uses: ./.github/workflows/clear-environment.yml
with:
environment: ${{ inputs.stack }}
Expand All @@ -317,7 +317,7 @@ jobs:

seed-data:
needs: reset
if: ${{ inputs.reset == 'true' && needs.reset.outputs.outcome == 'success' }}
if: ${{ inputs.reset == 'true' }}
uses: ./.github/workflows/seed-data.yml
with:
environment: ${{ inputs.stack }}
Expand Down
1 change: 1 addition & 0 deletions infrastructure/docker-compose.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ services:
- CERT_PUBLIC_KEY_PATH=/run/secrets/jwt-public-key.{{STACK}}.{{ts}}
- LOGIN_URL=https://login.${STACK}.{{hostname}}
- COUNTRY_CONFIG_URL=https://countryconfig.${STACK}.{{hostname}}
- COUNTRY_CONFIG_URL_INTERNAL=http://countryconfig.{{STACK}}_app_net:3040/
- CLIENT_APP_URL=https://register.${STACK}.{{hostname}}
- DOMAIN=${STACK}.{{hostname}}
- REDIS_HOST=redis.${STACK}_app_net
Expand Down
5 changes: 5 additions & 0 deletions infrastructure/server-setup/inventory/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ all:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINMSNTIIsM0C3uJg3V/Fqh2gi4lvl2y6nenrb2Ft1JlX jamil31415926@gmail.com
state: present
sudoer: true
- name: ashikul
ssh_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDFr/v3hUGEbc2wQsDLCmqLrwiz964yVrnLZ6kafemjmX8aRGLp1CNFvrZ674SLnXidZGMkx9d5xVvv8IdFR3R50MqSqfolF43MV34/JVHjQHh9Vk4MJT/3GIaeNmr2GQ/38qAmt2BQn1ecnb7FjNO2bFvHokLhm2wCXt+A4avuTgJe0p4e6uu01IHeIzDb5sPzZ3ID0h6jJnjEDcET+Lf5NGpCjn7YKhLhBWSSl9cXQdOGLzNzg3aBk32kgJ1beP1funSeVd0jniJPZeZRC1G/kRdqBUOHKiENtwgquzZxXzdHkZV9+4mF7YGlx6LpQdNuDpW7JADtYNldtdbexdyfrgNoRzKwyMmaKNDbeHd1FsIHSDJmGm9hCoLTM2dEtsGzgghfe0tat8sOWmsj5v2en0V8rKV+w8OQEmHtaQkgMjqmZaAnd8uWiB2xIbrUuax5Pq8zkj37xnfbRxUPOEkMlOUbhh1wzGbqeUEB7nbv/vXZxwC0b7ryMk5egBP+0ZRONsdib9RkSTr3B9uSb7iTOQftdhy+CTqqOq+6s+TyC2qnu12B1WZb9sx9jQl0mBHd9gx/FgYDs8jfIr2vF4jRkejW/moaVqvCd/FLyS91eCMXQjIXdGKWKPUUL7GEBqdZRLnYSJOqgPp9sk1+NEvMabTXlWmoUjaShq8z+o7JsQ== nileeeem36@gmail.com
state: present
sudoer: true
enable_backups: false
docker-manager-first:
hosts:
Expand Down

0 comments on commit 232967d

Please sign in to comment.