move to git.spijkerman.com

This commit is contained in:
bb-ivo
2024-04-22 11:11:20 +02:00
parent 675dacb3c2
commit 1713aeb247
2 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
name: Build and Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and push Docker image
run: docker build -t 172.19.0.2:32768/dsa:$(git rev-parse --short HEAD) .

View File

@@ -37,9 +37,9 @@
<a href="https://docs.google.com/forms/d/e/1FAIpQLSddGpp9kbvW9QfLVATOM3pJqhq1ci0_gdZdpGmXmkPRMoiLEw/viewform?usp=sf_link" <a href="https://docs.google.com/forms/d/e/1FAIpQLSddGpp9kbvW9QfLVATOM3pJqhq1ci0_gdZdpGmXmkPRMoiLEw/viewform?usp=sf_link"
target="_blank">Klik hier!</a></p> target="_blank">Klik hier!</a></p>
<p>Wil je de code van deze pagina zien of hieraan bijdragen? <p>Wil je de code van deze pagina zien of hieraan bijdragen?
<a href="https://github.com/spijkercenter/frietlijst" <a href="https://git.spijkerman.com/ivo/frietlijst"
target="_blank">Klik hier!</a> target="_blank">Klik hier!</a>
</p> </p>
</div> </div>
</body> </body>
</html> </html>