We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e3e0d commit c7b47aaCopy full SHA for c7b47aa
1 file changed
.github/workflows/deploy-production.yaml
@@ -0,0 +1,13 @@
1
+name: Deploy production
2
+on:
3
+ push:
4
+ branches:
5
+ - add_github_action
6
+jobs:
7
+ build:
8
+ runs-on: self-hosted
9
+ steps:
10
+ - uses: actions/checkout@v5
11
+ with:
12
+ fetch-depth: 0
13
+
0 commit comments