Skip to content

Commit

Permalink
ci: add continuous deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed Jan 26, 2024
1 parent bd43911 commit 3e410f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: continuous deployment

on:
workflow_dispatch:
push:
branches: [main]

jobs:
deployment:
uses: ArwynFr/ArwynFr/.github/workflows/deployment/nuget.yaml@main
with:
target: ./src
secrets:
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}
5 changes: 0 additions & 5 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,3 @@ jobs:
run: dotnet tool restore
- name: Check outdated nuget packages
run: dotnet outdated --fail-on-updates

# - name: Continuous integration
# run: gh pr merge --squash --auto
# env:
# GH_TOKEN: ${{ github.token }}

0 comments on commit 3e410f0

Please sign in to comment.