drone test
All checks were successful
Deploy SSR / deploy (push) Successful in 1m58s
continuous-integration/drone Build is passing

This commit is contained in:
Lee 2024-09-23 22:56:49 +01:00
parent f705218bfd
commit a02d45e81c
3 changed files with 19 additions and 1 deletions

16
.drone.yml Normal file

@ -0,0 +1,16 @@
---
kind: pipeline
type: kubernetes
name: hello-world
steps:
- name: docker
image: plugins/docker
settings:
repo: fascinated/test-image
username:
from_secret: docker_username
password:
from_secret: docker_token
tags:
- latest

2
.gitignore vendored

@ -34,3 +34,5 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts
.idea

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev --turbo",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"