Skip to content

Commit 3ffa533

Browse files
committed
add script
1 parent 4aca17b commit 3ffa533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"docker:build:push:x86": "docker buildx build -f ./docker/Dockerfile -t nemanjamitic/nemanjam.github.io --build-arg ARG_SITE_URL_AMD64='https://nmc-docker.local.nemanjamitic.com' --build-arg ARG_PLAUSIBLE_SCRIPT_URL='https://plausible.arm1.nemanjamitic.com/js/script.js' --build-arg ARG_PLAUSIBLE_DOMAIN='nemanjamitic.com' --platform linux/amd64 --push --progress=plain .",
2727
"docker:push": "docker push nemanjamitic/nemanjam.github.io",
2828
"pi": "yarn build:nginx:pi && yarn deploy:nginx:pi",
29+
"local": "yarn build:nginx:local && yarn deploy:nginx:local",
2930
"nginx": "yarn build:nginx && yarn deploy:nginx",
3031
"tunnel": "ssh -R *:1081:localhost:3000 amd1c",
3132
"dc:up": "docker compose up --build --force-recreate -d"

0 commit comments

Comments
 (0)