- (Eseguire solo la prima volta) Creare un nuovo token github seguendo le istruzioni qui, con il permesso di scrivere packages e salvalo in un file
~/GH_TOKEN.txt
. - (Eseguire solo la prima volta)
cat ~/GH_TOKEN.txt | sudo docker login docker.pkg.github.com -u username_github --password-stdin
- Cambiare l'url del db in application.properties da
spring.datasource.url=jdbc:mysql://localhost:3306/teams
aspring.datasource.url=jdbc:mysql://vl_db:3306/teams
mvn package
sudo docker build -t docker.pkg.github.com/ai-poli-bllf/backend/vl_backend:VERSION .
sudo docker push docker.pkg.github.com/ai-poli-bllf/backend/vl_backend:VERSION
-
Notifications
You must be signed in to change notification settings - Fork 0
AI-Poli-BLLF/Backend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published