Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kiri11-mi1 committed Jun 14, 2024
1 parent f7fa19b commit 6693074
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# station-skills


### Launch in local server

1. add `.env` by `.env.example`
2. run `docker-compose pull`
3. run `docker-compose up -d`

### For CD

1. add `SSH_HOST`, `SSH_USER`, `SSH_PRIVATE_KEY`, `SSH_PASSPHRASE`, `NEBOLIVE_TOKEN`, `NEBOLIVE_CODE` in github secrets
2. push on main or run github action

0 comments on commit 6693074

Please sign in to comment.