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