Merge pull request #165 from oyindonesia/refactor-ubuntu-version #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dev Deploy | ||
on: | ||
push: | ||
branches: [ 'dev' ] | ||
jobs: | ||
deploy: | ||
# See https://github.com/oyindonesia/oybayar-docs/pull/119 about the reason of using 20.04 | ||
# runs-on: ubuntu-20.04 | ||
# env: | ||
# ruby-version: 2.5 | ||
runs-on: ubuntu-latest | ||
env: | ||
ruby-version: 2.6 |