mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 05:10:46 -05:00
18 lines
312 B
YAML
18 lines
312 B
YAML
name: Deploy
|
|
|
|
on:
|
|
push:
|
|
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
|