We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711b322 commit e7f8fd9Copy full SHA for e7f8fd9
1 file changed
.github/workflows/stage-deploy.yml
@@ -14,12 +14,12 @@ jobs:
14
deploy-theme:
15
name: deploy-theme
16
runs-on: [self-hosted, linux, stage]
17
- env:
18
- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
19
steps:
20
- - uses: actions/checkout@v3
21
- name: deploy-theme
22
run: |
+ cd "$GITHUB_WORKSPACE"
+ git clone "https://github.com/$GITHUB_REPOSITORY.git" .
+ git checkout "$GITHUB_SHA"
23
chown -R :client .
24
chmod -R g+w .
25
make deploy
0 commit comments