0
0
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:
Refringe 2024-04-08 09:34:47 -04:00
parent ba1f2c35c8
commit 2f3a5a2685
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View 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