Skip to content

add autocomplete to search box #3

add autocomplete to search box

add autocomplete to search box #3

Workflow file for this run

name: Remote SSH deployment for Production
on:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh deployment to production
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
script: |
bash ~/softwarecite.com/deployment/update.sh