Skip to content

Test Install and Build app #58

Test Install and Build app

Test Install and Build app #58

Workflow file for this run

name: Test Install and Build app
# on:
# push:
# branches:
# - dev2.0
on:
workflow_dispatch:
jobs:
deploy:
name: Deploy to host
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: connect and pull
run: |
ssh ${{ secrets.HOST_USERNAME }}@${{ secrets.HOST_IP }} "docker compose pull && exit"