Cleaning up

This commit is contained in:
Julien Nahum
2024-01-15 12:26:22 +01:00
parent e889d68e9f
commit 70abfe45f5
6 changed files with 20 additions and 97 deletions

View File

@@ -212,6 +212,6 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- name: Deploy to production
run: php vendor/bin/vapor deploy production --commit="${GITHUB_SHA}" --message="${GITHUB_REF}"
run: php vendor/bin/vapor deploy api-production --commit="${GITHUB_SHA}" --message="${GITHUB_REF}"
env:
VAPOR_API_TOKEN: ${{ secrets.VAPOR_API_TOKEN }}