CI-Test/.gitea/workflows/test.yml

13 lines
202 B
YAML
Raw Permalink Normal View History

2023-05-18 16:07:04 +00:00
name: Build and push image
2023-05-18 15:48:04 +00:00
on:
2023-05-18 15:49:23 +00:00
push:
2023-05-18 15:48:04 +00:00
jobs:
2023-05-18 16:07:04 +00:00
deploy:
2023-05-18 16:13:43 +00:00
runs-on: ubuntu-latest
2023-05-18 16:14:55 +00:00
steps:
2023-05-18 16:07:04 +00:00
- name: Deploy
2023-05-18 15:49:23 +00:00
run: |
2023-05-18 16:07:04 +00:00
docker build -t rynomarree/self-hosted-deployment:latest .