Skip to content

Commit

Permalink
Merge pull request #277 from frontendnetwork/staging
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
philipbrembeck authored Jan 28, 2024
2 parents 49bfcdb + 5fd6624 commit 9b1f1ed
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 63 deletions.
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

0 comments on commit 9b1f1ed

Please sign in to comment.