0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 08:10:47 -05:00

18 lines
312 B
YAML
Raw Normal View History

name: Deploy
on:
push:
2024-04-08 09:38:21 -04:00
branches: [ main, rewrite ]
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