mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 07:30:45 -05:00
18 lines
303 B
YAML
18 lines
303 B
YAML
|
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
|