Compare commits
3 Commits
394f94ba7b
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c3a51a7d5 | |||
| c6d374dd6c | |||
| a4d454fc3b |
@@ -13,7 +13,7 @@ jobs:
|
|||||||
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
|
||||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- uses: buildtool/setup-buildtools-action@v1
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: unset GITEA_TOKEN && build && push
|
run: unset GITEA_TOKEN && build && push
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||||
environment: prod
|
environment: prod
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
- uses: buildtool/setup-buildtools-action@v1
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
- name: Deploy to production
|
- name: Deploy to production
|
||||||
run: deploy prod
|
run: deploy prod
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/nginx:1.31.2@sha256:7ee510cf2ffa2d94a10f8f8e2f4fb547c0dd3783b56ed9f9efee84a3081ac25c
|
FROM amd64/nginx:1.31.2@sha256:1aa526045addc7cb378cc388a81592a96f749f2eb122a718fab23ef68cd7033d
|
||||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||||
|
|
||||||
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/
|
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/
|
||||||
|
|||||||
Reference in New Issue
Block a user