Skip to content

feat: 데스크탑 화면 너비 수정 #4

feat: 데스크탑 화면 너비 수정

feat: 데스크탑 화면 너비 수정 #4

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: ssh connect
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
passphrase: ${{ secrets.PASSPHRASE }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
key: ${{ secrets.KEY }}
script: |
cd html_link/introduce
git pull