diff --git a/.drone.yml b/.drone.yml index 0fb0aa1..50e99ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,8 @@ steps: - name: deployment image: alpine commands: + - echo "Setting up internal docker cli" + - apk update && apk add docker docker-compose - echo "Build the container image" - docker-compose build - echo "Restart the container" diff --git a/README.md b/README.md index 1569b11..4b5c883 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,3 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. - -Trigger CI