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

21 lines
339 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
2024-04-08 10:30:08 -04:00
- name: List Files
2024-04-08 10:30:08 -04:00
run: ls -lah
shell: bash
2024-04-08 10:30:08 -04:00
with:
path: /workspace/SPT-AKI/DB-Website