mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Update deploy.yml
This commit is contained in:
parent
8e33d3e4c8
commit
e8ec8953ae
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: cleanup
|
||||
run: sudo chown -R $USER:$USER /home/github/actions-runner/_work/nitro-react
|
||||
run: echo ${{secrets.DEPLOY_PASSWORD}} | sudo -S chown -R $USER:$USER /home/github/actions-runner/_work/nitro-react
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Install & Build
|
||||
|
Loading…
Reference in New Issue
Block a user