Skip to content

add dockerfile

add dockerfile #68

Workflow file for this run

name: deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: deploy
env:
JENKINS_USER_TOKEN: ${{secrets.JENKINS_USER_TOKEN}}
JENKINS_JOB_TOKEN: ${{secrets.JENKINS_JOB_TOKEN}}
run: |
curl --user $JENKINS_USER_TOKEN https://jenkins.abelab.dev/job/daas-deploy/build -d token=$JENKINS_JOB_TOKEN