Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
add mqtt details to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Oct 9, 2022
1 parent b275e1f commit 5d4ea1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builddeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
TOKEN: ${{ secrets.TOKEN }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
VERSION: ${{ github.event.release.tag_name }}
MQTT_URL: ${{ secrets.MQTT_URL }}
MQTT_USER: ${{ secrets.MQTT_USER }}
MQTT_PASS: ${{ secrets.MQTT_PASS }}
docker-build-pterodactyl:
runs-on: ubuntu-latest
needs: 'type-check'
Expand Down
3 changes: 3 additions & 0 deletions deploy/ansible-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
env:
TOKEN: "{{ lookup('env', 'TOKEN') }}"
CLIENT_ID: "{{ lookup('env', 'CLIENT_ID') }}"
MQTT_URL: "{{ lookup('env', 'MQTT_URL') }}"
MQTT_USER: "{{ lookup('env', 'MQTT_USER') }}"
MQTT_PASS: "{{ lookup('env', 'MQTT_PASS') }}"
ports:
- 5555:5555
- 4000:4000
Expand Down

0 comments on commit 5d4ea1d

Please sign in to comment.