Skip to content

cambios de github al local Merge branch 'maria' of https://github.com… #13

cambios de github al local Merge branch 'maria' of https://github.com…

cambios de github al local Merge branch 'maria' of https://github.com… #13

Workflow file for this run

on:
push:
branches:
- maria
workflow_dispatch:
jobs:
run_pull:
name: run pull
runs-on: ubuntu-latest
steps:
- name: Execiting remote ssh commands using ssh key
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{secrets.SSH_HOST}}
username: ${{secrets.SSH_USER}}
key: ${{secrets.SSH_PRIVATE_KEY}}
port: ${{secrets.SSH_PORT}}
script: |
cd ${{secrets.WORK_DIR}}
git switch maria
git pull
cd /home/usuario/rhea/rhea-web/
ng build --configuration production --base-href ""
exit