Skip to content

Refactoring and add settings to reset password and user recovery emai… #1348

Refactoring and add settings to reset password and user recovery emai…

Refactoring and add settings to reset password and user recovery emai… #1348

name: Deploy dev.g3wsuite.it
on:
push:
branches: [ dev ]
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- name: Run update script
uses: garygrossgarten/github-action-ssh@release
with:
command: cd /home/g3w-suite-docker && sh update-deploy.sh
host: ${{ secrets.HOST_DEV_G3WSUITE }}
username: ${{ secrets.user_DEV_G3WSUITE }}
privateKey: ${{ secrets.PRIVATE_KEY}}