Skip to content

Commit 3443280

Browse files
Update ci.yml
1 parent c2140d0 commit 3443280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# key: ${{ secrets.SERVER_SSH_KEY }}
2222
script: |
2323
echo "running pull..."
24-
cd domains/beige-crane-513435.hostingersite.com/
24+
cd domains/${{ secrets.APP_URL }}/
2525
git pull
2626
echo "done!"
2727
echo "running deploy.sh..."
@@ -42,4 +42,4 @@ jobs:
4242
# node-version: '20'
4343
# - run: npm install
4444
# - run: npm run build --if-present
45-
# - run: npm test
45+
# - run: npm test

0 commit comments

Comments
 (0)