diff --git a/.github/workflows/publishImage.yml b/.github/workflows/publishImage.yml index cc95914b..2bb0a8e8 100644 --- a/.github/workflows/publishImage.yml +++ b/.github/workflows/publishImage.yml @@ -7,8 +7,7 @@ on: tags: - "*.*.*" paths-ignore: - - docs.md - - README.md + - "*.md" jobs: push_to_registry: name: Push Docker image to Docker Hub diff --git a/docs/deployment.md b/docs/deployment.md index af389668..3ded4068 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -24,7 +24,7 @@ Make sure you have the following installed: npm i npm run build #build the frontend npm run configure #build the backend -npm run start +npm run prod ``` ## PM2