feat(activities): /crew/activity/{id} 에 현재 사용자가 제출했는지 여부를 출력하도록 변경 #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI via SSH (Deploy) | |
on: | |
push: | |
branches: [ "develop" ] | |
jobs: | |
build: | |
name: CI via SSH (Deploy) | |
runs-on: ubuntu-latest | |
steps: | |
- name: executing remote ssh commands using password | |
uses: appleboy/[email protected] | |
with: | |
host: ${{ secrets.SSH_HOSTNAME }} | |
username: ${{ secrets.SSH_USERNAME }} | |
key: ${{ secrets.SSH_KEY }} | |
script: sudo /root/be-django/app/tools/update |