clone repo
All checks were successful
Deploy on push / build (push) Successful in 20s
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 26s

This commit is contained in:
Sven Heidemann 2023-12-09 19:23:30 +00:00
parent 7bae27612f
commit 82d7c3b9fe

View File

@ -34,6 +34,12 @@ jobs:
uses: https://github.com/papodaca/install-docker-action@main uses: https://github.com/papodaca/install-docker-action@main
- run: docker -v - run: docker -v
- name: Clone Repository
uses: https://github.com/actions/checkout@v3
with:
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
- name: Deploy Stack to sh-edraft.de - name: Deploy Stack to sh-edraft.de
uses: https://github.com/kgierke/portainer-stack-deployment@v1 uses: https://github.com/kgierke/portainer-stack-deployment@v1
with: with: