mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-24 21:55:35 +03:00
123
This commit is contained in:
parent
f86d7a2d04
commit
65bfa22ce1
31
.github/workflows/test/123.yml
vendored
Normal file
31
.github/workflows/test/123.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
name: 123
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'develop'
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # At the end of every day
|
||||
|
||||
jobs:
|
||||
|
||||
build-torrserver-image:
|
||||
name: EpicMorg EcoSystem TorrServer Image
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Log into registry
|
||||
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
|
||||
|
||||
- name: Test Make
|
||||
run: make
|
||||
|
||||
##################################################################################
|
||||
|
||||
- name: Build and Deploy TorrServer
|
||||
run: cd linux/ecosystem/torrserver && make build && make deploy
|
||||
|
||||
##################################################################################
|
||||
|
||||
- name: Cleanup
|
||||
run: make docker-clean
|
Loading…
Reference in New Issue
Block a user