Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
ad88da00e6 | |||
ff50ff7e9a | |||
a37da0c6ed |
2
.github/workflows/release-image.yml
vendored
2
.github/workflows/release-image.yml
vendored
@@ -2,8 +2,6 @@ name: release-image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 0.*
|
||||
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -22,3 +22,5 @@ pnpm-debug.log*
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
||||
site-profile.code-workspace
|
@@ -1,6 +1,6 @@
|
||||
FROM node:20.16.0-alpine3.20 AS base
|
||||
|
||||
LABEL version="0.1.6"
|
||||
LABEL version="0.1.7"
|
||||
LABEL description="Astro based website to use as a profile"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
@@ -4,7 +4,7 @@ import node from "@astrojs/node";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: "server",
|
||||
output: "hybrid",
|
||||
adapter: node({
|
||||
mode: "standalone"
|
||||
})
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "",
|
||||
"name": "site-profile",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.7",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
Reference in New Issue
Block a user