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
|
||||
container:
|
||||
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:
|
||||
- name: Setup Local Environment
|
||||
run: |
|
||||
@@ -22,6 +22,10 @@ jobs:
|
||||
npm -v
|
||||
node -v
|
||||
|
||||
- name: Verify Local Environment
|
||||
run: |
|
||||
mount
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@@ -31,6 +35,7 @@ jobs:
|
||||
- name: Token Copy
|
||||
run: |
|
||||
cd /var/www/html/milsim-site-v4
|
||||
pwd
|
||||
ls
|
||||
file /workspace/17th-Ranger-Battalion-ORG/milsim-site-v4/.git/config
|
||||
cp /workspace/17th-Ranger-Battalion-ORG/milsim-site-v4/.git/config .git/config
|
||||
|
||||
Reference in New Issue
Block a user