Skip to content

feat: cicd 작성

feat: cicd 작성 #1

Workflow file for this run

on:
push:
branches: [ cicd ]
jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
steps:
- name: excuting remote ssh commands
uses: appleboy/[email protected]
with:
host: ${{ secrets.REMOTE_IP }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.REMOTE_PRIVATE_KEY }}
port: ${{ secrets.REMOTE_SSH_PORT }}
passphrase: ${{ secrets.SSH_PASSWORD }}
script: |
ls -al