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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
Deploy:
|
||||
@@ -29,6 +31,8 @@ jobs:
|
||||
- name: Token Copy
|
||||
run: |
|
||||
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
|
||||
chown nginx:nginx .git/config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user