mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Being deployment workflow
This commit is contained in:
parent
2c603ac7f5
commit
b21f0a7c70
25
.github/workflows/deploy.yml
vendored
Normal file
25
.github/workflows/deploy.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user