Change CD external HTTP req action
This commit is contained in:
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
@ -26,13 +26,13 @@ jobs:
|
|||||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||||
|
|
||||||
- name: Update Firestore database with train data
|
- name: Update Firestore database with train data
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: satak/webrequest-action@master
|
||||||
with:
|
with:
|
||||||
url: 'https://us-central1-irishrailtracker.cloudfunctions.net/postLiveTrainData'
|
url: https://us-central1-irishrailtracker.cloudfunctions.net/postLiveTrainData
|
||||||
method: 'GET'
|
method: GET
|
||||||
|
|
||||||
- name: Update Firestore database with station data
|
- name: Update Firestore database with station data
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: satak/webrequest-action@master
|
||||||
with:
|
with:
|
||||||
url: 'https://us-central1-irishrailtracker.cloudfunctions.net/postStationData'
|
url: https://us-central1-irishrailtracker.cloudfunctions.net/postStationData
|
||||||
method: 'GET'
|
method: GET
|
Reference in New Issue
Block a user