We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deploy.yml
1 parent 781a945 commit 2a46cdaCopy full SHA for 2a46cda
1 file changed
.github/workflows/deploy.yml
@@ -148,6 +148,7 @@ jobs:
148
run: |
149
ssh root@${{ env.DRAMMA_HOST }} "cat > ${{ env.REMOTE_DIR }}/.config/dramma.toml" << 'EOF'
150
token = "${{ secrets.DRAMMA_TOKEN }}"
151
+ diagnostics_password = "${{ secrets.DIAGNOSTICS_PASSWORD }}"
152
cashcode_serial_port = "/dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller_D-if00-port0"
153
cctalk_serial_port = "/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0"
154
0 commit comments