Update .gitea/workflows/cd-deploy.yaml
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m33s
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m33s
continue to debug workflow
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/www/html/milsim-site-v4:/var/www/html/milsim-site-v4:rw
|
- /var/www/html/milsim-site-v4:/var/www/html/milsim-site-v4:z
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Local Environment
|
- name: Setup Local Environment
|
||||||
run: |
|
run: |
|
||||||
@@ -22,6 +22,10 @@ jobs:
|
|||||||
npm -v
|
npm -v
|
||||||
node -v
|
node -v
|
||||||
|
|
||||||
|
- name: Verify Local Environment
|
||||||
|
run: |
|
||||||
|
mount
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -31,6 +35,7 @@ jobs:
|
|||||||
- name: Token Copy
|
- name: Token Copy
|
||||||
run: |
|
run: |
|
||||||
cd /var/www/html/milsim-site-v4
|
cd /var/www/html/milsim-site-v4
|
||||||
|
pwd
|
||||||
ls
|
ls
|
||||||
file /workspace/17th-Ranger-Battalion-ORG/milsim-site-v4/.git/config
|
file /workspace/17th-Ranger-Battalion-ORG/milsim-site-v4/.git/config
|
||||||
cp /workspace/17th-Ranger-Battalion-ORG/milsim-site-v4/.git/config .git/config
|
cp /workspace/17th-Ranger-Battalion-ORG/milsim-site-v4/.git/config .git/config
|
||||||
|
|||||||
Reference in New Issue
Block a user