Skip to content

Commit

Permalink
Add data-processing server setup to fix permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
proksch committed Sep 9, 2023
1 parent 0ce9e04 commit 8e0274b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
servers: >
[
{ "id": "github-fasten-project-fasten", "username": "${{ github.actor }}", "password": "${env.GITHUB_TOKEN}" },
{ "id": "github-fasten-project-data-processing", "username": "${{ github.actor }}", "password": "${env.GITHUB_TOKEN}" },
{ "id": "github-cops", "username": "${{ github.actor }}", "password": "${env.GITHUB_TOKEN}" }
]
Expand Down

0 comments on commit 8e0274b

Please sign in to comment.