Compare commits

1 Commits

Author SHA1 Message Date
bccd9671b9 test
All checks were successful
Main Build Process / generate documentation (pull_request) Successful in 34s
2024-09-08 19:57:23 +02:00
2 changed files with 5 additions and 4 deletions

View File

@@ -32,9 +32,9 @@ jobs:
name: Doc
path: ./docs
retention-days: 5
- name: ls
run: ls
- name: build docker images
run: docker build -t gitea.borealian.ovh/mcmuzzle/ludikzone:latest -f ./docker-prod/Dockerfile .
- name: upload image
run: echo "${{ secrets.PERSO_GITEAPASSWORD}}" | docker login gitea.borealian.ovh --username mcmuzzle --password-stdin
run: |
echo "${{ secrets.PERSO_GITEAPASSWORD}}" | docker login gitea.borealian.ovh --username mcmuzzle --password-stdin
docker push gitea.borealian.ovh/mcmuzzle/ludikzone:latest

3
.gitignore vendored
View File

@@ -19,4 +19,5 @@ tools/
TestResults
#docker data
/docker-dev/data
/docker-dev/data
/docker-prod/data