mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-20 14:18:24 +00:00
Add permission when move file
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
su root -p $ROOT_PASS
|
||||
go build -o /usr/local/projects/gin-vue/run -v
|
||||
working-directory: ./server
|
||||
|
||||
@@ -44,6 +45,7 @@ jobs:
|
||||
|
||||
- name: Move config file
|
||||
run: |
|
||||
su root -p $ROOT_PASS
|
||||
mv ./config.yaml /usr/local/projects/gin-vue/config.yaml
|
||||
working-directory: ./server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user