mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 04:50:46 -05:00
Inital Pipeline
Working on deploy pipeline.
This commit is contained in:
parent
ba1f2c35c8
commit
2f3a5a2685
17
.gitea/workflows/deploy.yaml
Normal file
17
.gitea/workflows/deploy.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Deploy
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
path: /workspace/SPT-AKI/DB-Website
|
||||||
|
- name: List Files
|
||||||
|
run: ls -lah /workspace/SPT-AKI/DB-Website
|
||||||
|
shell: bash
|
Loading…
x
Reference in New Issue
Block a user