Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Deploy
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- dev
permissions:
actions: read
contents: read
jobs:
debug:
uses: ./.github/workflows/debug.yml
secrets: inherit
deploy:
needs: debug
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@master
with:
name: dist
path: dist
- name: Deploy
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: b7524906119fa250bc933cc9a08e939a
gist_description: " iRingo: 📍 GeoServices β"
file_path: dist/request.js
- name: Deploy
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: b7524906119fa250bc933cc9a08e939a
gist_description: " iRingo: 📍 GeoServices β"
file_path: dist/response.js