update to 1.0.4
This commit is contained in:
		
							parent
							
								
									bfb117cb76
								
							
						
					
					
						commit
						f48f957ba9
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -82,7 +82,7 @@ PS: For every new release, it takes some time to build the docker image, please | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| git fetch --all | git fetch --all | ||||||
| git checkout 1.0.3 --force | git checkout 1.0.4 --force | ||||||
| npm install | npm install | ||||||
| npm run build | npm run build | ||||||
| pm2 restart uptime-kuma | pm2 restart uptime-kuma | ||||||
|  |  | ||||||
|  | @ -1,15 +1,15 @@ | ||||||
| { | { | ||||||
|     "name": "uptime-kuma", |     "name": "uptime-kuma", | ||||||
|     "version": "1.0.3", |     "version": "1.0.4", | ||||||
|     "scripts": { |     "scripts": { | ||||||
|         "dev": "vite --host", |         "dev": "vite --host", | ||||||
|         "start-server": "node server/server.js", |         "start-server": "node server/server.js", | ||||||
|         "update": "", |         "update": "", | ||||||
|         "build": "vite build", |         "build": "vite build", | ||||||
|         "vite-preview-dist": "vite preview --host", |         "vite-preview-dist": "vite preview --host", | ||||||
|         "build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma -t louislam/uptime-kuma:1 -t louislam/uptime-kuma:1.0.3 . --push", |         "build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma -t louislam/uptime-kuma:1 -t louislam/uptime-kuma:1.0.4 . --push", | ||||||
|         "build-docker-nightly": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:nightly . --push", |         "build-docker-nightly": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:nightly . --push", | ||||||
|         "setup": "git checkout 1.0.3 && npm install && npm run build", |         "setup": "git checkout 1.0.4 && npm install && npm run build", | ||||||
|         "version-global-replace": "node extra/version-global-replace.js" |         "version-global-replace": "node extra/version-global-replace.js" | ||||||
|     }, |     }, | ||||||
|     "dependencies": { |     "dependencies": { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue