chore: cd workflow

This commit is contained in:
Sonny
2023-11-07 11:44:09 +01:00
committed by Sonny
parent cc81ce26fb
commit 4259627fa3
2 changed files with 62 additions and 0 deletions

View File

@@ -34,3 +34,15 @@ cd docker
make build
make start-prod
```
## Github Actions
Env var to define :
```
DOCKER_USERNAME="Your docker username"
DOCKER_PASSWORD="Your docker password"
SSH_HOST="Your SSH host"
SSH_USERNAME="Your SSH username"
SSH_KEY="Your SSH key"
```