Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt 2023-05-17 12:42:25 +02:00
parent 1db9a4ed63
commit 68b09c2072

View File

@ -16,7 +16,7 @@ jobs:
run: | run: |
source .env.prod source .env.prod
- name: Print environment variable - name: Print environment variable
run: echo $PAYLOAD_URL run: echo ${PAYLOAD_URL}
- name: Trigger build via ssh - name: Trigger build via ssh
uses: appleboy/ssh-action@master uses: appleboy/ssh-action@master