There was an error while loading. Please reload this page.
1 parent ea26818 commit 4a17224Copy full SHA for 4a17224
1 file changed
.github/workflows/main.yml
@@ -19,14 +19,15 @@ jobs:
19
runs-on: deploy
20
needs: build
21
steps:
22
- - name: Checkout only gsdt folder
+ - name: Checkout deployment logic
23
uses: actions/checkout@v6
24
with:
25
sparse-checkout: |
26
gsdt
27
sparse-checkout-cone-mode: true
28
- - name: Run a multi-line script
+ - name: Deploy
29
run: |
30
+ ls -al
31
chmod u+x gsdt/deploy.sh
32
./gsdt/deploy.sh
33
chmod u-x gsdt/deploy.sh
0 commit comments