mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-02 17:49:21 -05:00
Updates Deploy Script
This commit is contained in:
parent
0baed15af0
commit
26d6a54968
@ -2,7 +2,7 @@ name: Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@ -11,14 +11,14 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: /workspace/SPT-AKI/DB-Website
|
||||
path: /workspace/SPT/DB-Website
|
||||
fetch-depth: 0
|
||||
|
||||
- name: List files
|
||||
run: ls -lah
|
||||
shell: bash
|
||||
with:
|
||||
path: /workspace/SPT-AKI/DB-Website
|
||||
path: /workspace/SPT/DB-Website
|
||||
|
||||
- name: Setup known_hosts
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user