Remove unnecessary `railway link` step

This commit is contained in:
Christopher C. Wells 2022-06-02 11:05:53 -07:00
parent 5b14cd7894
commit 7b9373081c
1 changed files with 1 additions and 4 deletions

View File

@ -15,9 +15,6 @@ jobs:
- name: Install Railway CLI
run: npm i -g @railway/cli
- name: Reset demo database
run: |
npx railway link $RAILWAY_PROJECT_ID
npx railway run python manage.py reset --no-input
run: npx railway run python manage.py reset --no-input
env:
RAILWAY_PROJECT_ID: ${{ secrets.RAILWAY_PROJECT_ID }}
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}