Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 619e8043be | |||
| f7ce5f1ff9 | |||
| b8d65c1aeb |
@ -33,13 +33,13 @@ jobs:
|
||||
shell: bash
|
||||
env:
|
||||
PLEXALYZER_TOKEN: ${{ secrets.PLEXALYZER_TOKEN }}
|
||||
MESSAGE_URL: 'https://api.covulor.dev.plexicus.com/receive_plexalyzer_message'
|
||||
MESSAGE_URL: 'https://api.covulor.plexicus.com/receive_plexalyzer_message'
|
||||
run: |
|
||||
# Run container without mounting the file
|
||||
container_id=$(docker run -d --rm \
|
||||
-e PLEXALYZER_TOKEN="$PLEXALYZER_TOKEN" \
|
||||
-e MESSAGE_URL="$MESSAGE_URL" \
|
||||
plexicus/plexalyzer-dev:latest)
|
||||
plexicus/plexalyzer:latest)
|
||||
|
||||
docker cp "$(pwd)" "$container_id:/mounted_volumes"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user