Skip to content

Commit

Permalink
Add username.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Mar 16, 2024
1 parent 1a7ff95 commit 739ae70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
caprover-server-url: ${{ secrets.CAPROVER_SERVER_URL }}
caprover-app-token: ${{ secrets.CAPROVER_WEB_APP_TOKEN }}
docker-file-name: ./Dockerfile
image-name: fediview-web
image-name: adamghill/fediview-web

deploy_worker:
name: Deploy worker
Expand All @@ -44,4 +44,4 @@ jobs:
caprover-server-url: ${{ secrets.CAPROVER_SERVER_URL }}
caprover-app-token: ${{ secrets.CAPROVER_WORKER_APP_TOKEN }}
docker-file-name: ./Dockerfile-q2-worker
image-name: fediview-worker
image-name: adamghill/fediview-worker

0 comments on commit 739ae70

Please sign in to comment.