Skip to content

deploying from tmp branch #1

deploying from tmp branch

deploying from tmp branch #1

Workflow file for this run

name: Build and Deploy
on:
push:
tags:
- v*
branches:
- main
- site-deploy
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Rsync
run: rsync -avz build/ [email protected]:/wwwroot/gosub.io/