This commit is contained in:
parent
18d2de7805
commit
fe14e119f5
11
.drone.yml
11
.drone.yml
@ -16,9 +16,12 @@ steps:
|
||||
commands:
|
||||
- sleep 10
|
||||
- echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.io --username upagge --password-stdin
|
||||
- docker build -f server/prisma/Dockerfile -t upagge/noteshare-migrations:latest .
|
||||
- docker build -f server/Dockerfile -t upagge/noteshare-backend:latest .
|
||||
- docker build -f webapp/Dockerfile -t upagge/noteshare-frontend:latest .
|
||||
- cd server/prisma
|
||||
- docker build -t upagge/noteshare-migrations:latest .
|
||||
- cd ..
|
||||
- docker build -t upagge/noteshare-backend:latest .
|
||||
- cd ../webapp
|
||||
- docker build -t upagge/noteshare-frontend:latest .
|
||||
- docker push upagge/noteshare-migrations:latest
|
||||
- docker push upagge/noteshare-backend:latest
|
||||
- docker push upagge/noteshare-frontend:latest
|
||||
@ -43,6 +46,6 @@ volumes:
|
||||
path: /drone/volume/node_modules/mkdocs-material
|
||||
---
|
||||
kind: signature
|
||||
hmac: 0ec99b7f17c1137635b751c291f37d72cec97ba2caa5736ba313d9e1fb86108d
|
||||
hmac: 2bf36a2b13ddb6afa004f1d98cadafaa7fd4a234e65875bfdf0fce96d933d075
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user