Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
68cfcf22db
|
@@ -15,8 +15,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: buildtool/setup-buildtools-action@v1
|
||||
- name: Show config
|
||||
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && env && build --config
|
||||
- name: Build and push
|
||||
run: unset GITEA_TOKEN && build && push
|
||||
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && build --verbose && push --verbose
|
||||
|
||||
deploy-prod:
|
||||
needs: build
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ spec:
|
||||
requests:
|
||||
memory: "100Mi"
|
||||
imagePullPolicy: Always
|
||||
image: oci.unbound.se/dancefinder/geo-service:${COMMIT}
|
||||
image: oci.unbound.se/unboundsoftware/dancefinder/geo-service:${COMMIT}
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user