Skip to content

syp git

syp git #17

Workflow file for this run

on:
push:
branches:
- master
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸš€ Deploy Website Every Commit
runs-on: ubuntu-latest
steps:
- name: 🚚 Get Latest Code
uses: actions/checkout@v3
- name: πŸ“‚ Sync Files
uses: SamKirkland/web-deploy@v1
with:
target-server: 130.61.128.102
remote-user: lexica
private-ssh-key: ${{ secrets.SSH_KEY }}
destination-path: ./lexica