mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Fix docker deploy, remove unneeded files
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"packages": [],
|
|
||||||
"sandboxes": ["/"]
|
|
||||||
}
|
|
||||||
@@ -21,6 +21,5 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u orangemug --password-stdin
|
- run: docker build -t ghcr.io/maplibre/maputnik:main .
|
||||||
- run: docker build -t docker.pkg.github.com/maputnik/editor/editor:main .
|
- run: docker push ghcr.io/maplibre/maputnik:main
|
||||||
- run: docker push docker.pkg.github.com/maputnik/editor/editor:main
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"main": "''",
|
"main": "''",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
"build": "tsc && vite build",
|
"build": "tsc && vite build --base=/maputnik/",
|
||||||
"lint": "eslint ./src ./cypress --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
|
"lint": "eslint ./src ./cypress --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
|
||||||
"test": "cypress run",
|
"test": "cypress run",
|
||||||
"cy:open": "cypress open",
|
"cy:open": "cypress open",
|
||||||
|
|||||||
Reference in New Issue
Block a user