Skip to content

Commit

Permalink
Change: [Actions] also deploy TURN server upon merging / releasing (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Jul 20, 2021
1 parent 6c03c41 commit 39360ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
name: StunServer

- name: Deploy on AWS (TurnServer)
uses: openttd/actions/deploy-aws@v2
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-region: ${{ secrets.AWS_REGION }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
name: TurnServer

- if: success()
name: Deployment successful
uses: openttd/actions/deployments-update@v2
Expand Down

0 comments on commit 39360ab

Please sign in to comment.