Update .gitea/workflows/cd-deploy.yaml
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m32s
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m32s
debug workflow action
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
name: Continuous Deployment
|
name: Continuous Deployment
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Deploy:
|
Deploy:
|
||||||
@@ -29,6 +31,8 @@ jobs:
|
|||||||
- name: Token Copy
|
- name: Token Copy
|
||||||
run: |
|
run: |
|
||||||
cd /var/www/html/milsim-site-v4
|
cd /var/www/html/milsim-site-v4
|
||||||
|
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
|
cp /workspace/17th-Ranger-Battalion-ORG/milsim-site-v4/.git/config .git/config
|
||||||
chown nginx:nginx .git/config
|
chown nginx:nginx .git/config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user