export github action
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -12,8 +12,3 @@ jobs:
|
||||
|
||||
- name: build docker image
|
||||
run: docker build . --file Dockerfile --tag nng:latest
|
||||
|
||||
- name: Store docker container as an artifact
|
||||
uses: ishworkh/docker-image-artifact-upload@v1
|
||||
with:
|
||||
image: "nng:latest"
|
||||
|
||||
10
.github/workflows/export.yml
vendored
Normal file
10
.github/workflows/export.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Build
|
||||
run-name: Export
|
||||
on: [workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: export into Game Server
|
||||
run: curl -s https://adam.math.hhu.de/import/trigger/${GITHUB_REPOSITORY} > /dev/null && \
|
||||
echo 'View progress at https://adam.math.hhu.de/import/status/${GITHUB_REPOSITORY}'
|
||||
Reference in New Issue
Block a user