feat: ♻️ Remake url #3

Merged
lgallet merged 11 commits from feat/refactoring into main 2024-07-01 15:55:10 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit bf43fb11d3 - Show all commits

View File

@ -2,4 +2,4 @@ client_id=
client_secret=
n8n_webhook_add_tracks=
n8n_webhook_create_playlist=
enviroment=dev
environment=production

View File

@ -24,6 +24,7 @@ docker run -d \
-e client_secret=SPOTIFY_CLIENT_SECRET \
-e n8n_webhook_create_playlist=N8N_WEBHOOK_URL \
-e n8n_webhook_add_tracks=N8N_WEBHOOK_URL \
-e environment=production \
gitea.louisgallet.fr/lgallet/makethisplaylist:latest
```