We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1f2b4 commit ce7501eCopy full SHA for ce7501e
1 file changed
.github/workflows/api-cd.yaml
@@ -0,0 +1,8 @@
1
+name: API CD
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ docker-deploy:
8
+ runs-on: ubuntu-latest
0 commit comments