diff --git a/.gitea/workflows/deploy_to_prod.yaml b/.gitea/workflows/deploy_to_prod.yaml index ddb8b47..759acec 100644 --- a/.gitea/workflows/deploy_to_prod.yaml +++ b/.gitea/workflows/deploy_to_prod.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is deploying ThumeIT to prod 🚀 on: push: tags: - - release + - '*' jobs: deploy-to-prod: @@ -23,4 +23,4 @@ jobs: run: | cp -r ./html/* /www/html - run: ls /www/html - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}. Woohoo!" \ No newline at end of file diff --git a/html/index.html b/html/index.html index 3134d1d..a6336dd 100644 --- a/html/index.html +++ b/html/index.html @@ -9,7 +9,7 @@
-

ThumeIT 2.0

+

ThumeIT

@@ -27,6 +27,9 @@ Git + + Code + AI @@ -42,7 +45,13 @@
- + + +
diff --git a/html/vscode.png b/html/vscode.png new file mode 100644 index 0000000..b4bd206 Binary files /dev/null and b/html/vscode.png differ