We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9b691 commit 29f440bCopy full SHA for 29f440b
.github/workflows/main.yml
@@ -63,4 +63,15 @@ jobs:
63
tag: ${{ steps.tag_version.outputs.new_tag }}
64
name: ${{ steps.tag_version.outputs.new_tag }}
65
body: ${{ steps.tag_version.outputs.changelog }}
66
- token: ${{ secrets.RELEASES_ACTION_GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASES_ACTION_GITHUB_TOKEN }}
67
+
68
+ deploy:
69
+ needs: build
70
+ name: Deploy App on digital ocean
71
+ runs-on: ubuntu-latest
72
+ steps:
73
+ - name: DigitalOcean App Platform deployment
74
+ uses: digitalocean/app_action@main
75
+ with:
76
+ app_name: andskur-gitsec-backend
77
+ token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
0 commit comments