We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5e3e6 commit 903476bCopy full SHA for 903476b
.github/workflows/ci.yaml
@@ -1,4 +1,4 @@
1
-name: ci
+name: cicd
2
3
on:
4
push:
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
docker:
12
- runs-on: ubuntu-latest
+ runs-on: self-hosted
13
steps:
14
-
15
name: Shorten commit id
src/app.py
@@ -10,7 +10,7 @@ def details():
return jsonify({
'time': datetime.datetime.now().strftime("%I:%M:%S%p on %B %d, %Y"),
'hostname': socket.gethostname(),
- 'message': 'You are doing great, human!'
+ 'message': 'You are doing great, human!!'
})
16
@app.route('/api/v1/healthz')
0 commit comments