undo changes to deploy.yml

This commit is contained in:
dank074 2021-09-16 17:46:13 -05:00 committed by GitHub
parent e8ec8953ae
commit d3823227d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,6 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: cleanup
run: echo ${{secrets.DEPLOY_PASSWORD}} | sudo -S chown -R $USER:$USER /home/github/actions-runner/_work/nitro-react
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install & Build - name: Install & Build