Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
refactor: jobs 인덴트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed Jan 13, 2024
1 parent a225c66 commit fef79d9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ on:
branches:
- release

jobs:
deployment:
runs-on: ubuntu-latest
jobs:
deployment:
runs-on: ubuntu-latest

steps:
- name: Connecting SSH & Pull Release Branch
uses: appleboy/[email protected]
with:
host: ${{secrets.DEPLOY_SERVER_HOST}}
password: ${{secrets.DEPLOY_SERVER_PASSWORD}}
port: ${{secrets.DEPLOY_SERVER_PORT}}
script: |
cd stocodi-web
git fetch
git pull origin release
${{secrets.DEPLOY_SERVER_PASSWORD}} | sudo ./deploy.sh
steps:
- name: Connecting SSH & Pull Release Branch
uses: appleboy/[email protected]
with:
host: ${{secrets.DEPLOY_SERVER_HOST}}
password: ${{secrets.DEPLOY_SERVER_PASSWORD}}
port: ${{secrets.DEPLOY_SERVER_PORT}}
script: |
cd stocodi-web
git fetch
git pull origin release
${{secrets.DEPLOY_SERVER_PASSWORD}} | sudo ./deploy.sh

0 comments on commit fef79d9

Please sign in to comment.