Being deployment workflow

This commit is contained in:
MGatner 2020-02-28 16:19:04 -05:00
parent 2c603ac7f5
commit b21f0a7c70
No known key found for this signature in database
GPG Key ID: BC7C436F28470CC8

25
.github/workflows/deploy.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Deploy
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Checkout framework
uses: actions/checkout@v2
with:
repository: codeigniter4/framework
path: framework
- name: Checkout appstarter
uses: actions/checkout@v2
with:
repository: codeigniter4/appstarter
path: appstarter