fixed the sample github action in the documentation
Signed-off-by: ekinbarut <ekinbarut@Ekins-MacBook-Pro.local> Signed-off-by: ekinbarut <ekinbarut@gmail.com>
This commit is contained in:
parent
e4e59f5ac8
commit
4dfab6bf49
@ -23,9 +23,20 @@ jobs:
|
|||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Project init
|
||||||
|
uses: dagger/dagger-for-github@v2
|
||||||
|
# See all options at https://github.com/dagger/dagger-for-github
|
||||||
|
with:
|
||||||
|
args: project init
|
||||||
|
|
||||||
|
- name: Project update
|
||||||
|
uses: dagger/dagger-for-github@v2
|
||||||
|
# See all options at https://github.com/dagger/dagger-for-github
|
||||||
|
with:
|
||||||
|
args: project update
|
||||||
|
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
uses: dagger/dagger-for-github@v2
|
uses: dagger/dagger-for-github@v2
|
||||||
# See all options at https://github.com/dagger/dagger-for-github
|
# See all options at https://github.com/dagger/dagger-for-github
|
||||||
with:
|
with:
|
||||||
workdir: pkg/universe.dagger.io/examples/todoapp
|
args: do deploy
|
||||||
args: do deploy
|
|
Reference in New Issue
Block a user