Skip to content

logic change for selecting valid journey data #24

logic change for selecting valid journey data

logic change for selecting valid journey data #24

Workflow file for this run

name: Deploy and test dev
on:
pull_request:
branches:
- dev
jobs:
deploy-dev:
runs-on: ubuntu-latest
steps:
- name: Checkout server
uses: actions/checkout@v2
- name: Build Server and publish Docker image
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: hsldevcom/transitlog-server
username: ${{ secrets.TRANSITLOG_DOCKERHUB_USER }}
password: ${{ secrets.TRANSITLOG_DOCKERHUB_TOKEN }}
tags: dev