Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy #277

Merged
merged 10 commits into from
Jan 28, 2024
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd vegancheck
docker-compose stop vc-backend
docker-compose pull vc-backend
docker-compose up -d vc-backend
docker-compose stop vc-backend-staging
docker-compose pull vc-backend-staging
docker-compose up -d vc-backend-staging
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please refer to [Veganify API Documentation](https://frontendnet.work/veganify-a

To learn more about this repo, head to: [https://frontendnetwork.github.io/Veganify-API/](https://frontendnetwork.github.io/Veganify-API/).

There is an official [Wrapper for React available on npm](https://www.npmjs.com/package/@frontendnetwork/vegancheck).
There is an official [Wrapper for React available on npm](https://www.npmjs.com/package/@frontendnetwork/veganify).

### Swagger

Expand Down
75 changes: 19 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"@types/dotenv": "^8.2.0",
"@types/iconv-lite": "^0.0.1",
"@types/ini": "^4.1.0",
"axios": "^1.6.5",
"axios": "^1.6.7",
"body-parser": "^1.20.1",
"cheerio": "^1.0.0-rc.12",
"deepl": "^1.0.13",
"dom-parser": "^1.1.5",
"dotenv": "^16.4.0",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"http": "^0.0.1-security",
"iconv-lite": "^0.6.3",
"ini": "^4.1.1",
"js-yaml": "^4.1.0",
"jsdom": "^23.2.0",
"jsdom": "^24.0.0",
"lodash": "^4.17.21",
"mailer": "^0.6.6",
"nestjs-pino": "^4.0.0",
Expand Down
Loading