Skip to content

Commit

Permalink
chore: env change
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert committed Mar 5, 2024
1 parent f184303 commit 5385c55
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.docker
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_CONTEXT=https://github.com/aceHubert/pomelo.git#dev
BUILD_TAG=0.0.1
BUILD_OPTION=vue
BUILD_OPTION=build
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ on:
branches: ['master']
paths-ignore: # 忽略一些不必要的文件
- '.gitignore'
- 'nginx.conf'
- 'Gruntfile.js'
- 'README.md'
- '.vscode/**'
- '.devcontainer/**'
pull_request:
branches: ['master']
# pull_request:
# branches: ['master']

env:
REGISTRY: ghcr.io
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ env.*.local.js
# database initialization lock file
db.lock

# act env files
/.github/.*

# docker-compose
/release
/.cache
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# 自动化模版
# 自动化模版建站

[![Deploy](https://github.com/aceHubert/pomelo/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/aceHubert/pomelo/actions/workflows/deploy.yml)

0 comments on commit 5385c55

Please sign in to comment.