Skip to content

added JiraAgilePS

added JiraAgilePS #8

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Set up Ruby 💎
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.6
- name: Install and Build 🔧
run: bundle install
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: master
folder: .