commit
57ac98b83b
10
.github/workflows/push.yml
vendored
10
.github/workflows/push.yml
vendored
@ -8,6 +8,16 @@ jobs:
|
|||||||
name: Run remote SSH command
|
name: Run remote SSH command
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm install dotenv
|
||||||
|
- name: Load environment variables from .env file
|
||||||
|
run: |
|
||||||
|
source .env.prod
|
||||||
|
- name: Print environment variable
|
||||||
|
run: echo $PAYLOAD_URL
|
||||||
|
|
||||||
- name: Trigger build via ssh
|
- name: Trigger build via ssh
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user