diff options
author | NeonXP <neonxp@noreply.gitrepo.ru> | 2024-01-05 04:31:51 +0300 |
---|---|---|
committer | NeonXP <neonxp@noreply.gitrepo.ru> | 2024-01-05 04:31:51 +0300 |
commit | fd426c9cebea0becdb5929b8127f3058ccd824ec (patch) | |
tree | f0862fa48c871035589ea79fc1e2b36cd92ae9d9 | |
parent | dfb174d4e4820286aa0df35dcb53ab834c54cd07 (diff) |
Обновить .woodpecker.yaml
-rw-r--r-- | .woodpecker.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml index e69de29..7a4506f 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -0,0 +1,14 @@ +name: "Release dev container features" + +jobs: + deploy: + if: ${{ github.ref == 'refs/heads/main' }} + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: "Publish" + uses: devcontainers/action@v1 + with: + publish-features: "true" + base-path-to-features: "./src"
\ No newline at end of file |