Skip to content

Commit e198d18

Browse files
bumcp rsync-deploy action version
1 parent 35c4a7a commit e198d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejsdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: npm run build --if-present
3535

3636
- name: deploy to server
37-
uses: AEnterprise/[email protected]
37+
uses: AEnterprise/[email protected].2
3838
env:
3939
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
4040
ARGS: "-e -c -r --delete"

.github/workflows/nodejsdeploystable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: npm run build --if-present
3535

3636
- name: deploy to server
37-
uses: AEnterprise/[email protected]
37+
uses: AEnterprise/[email protected].2
3838
env:
3939
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
4040
ARGS: "-e -c -r --delete"

0 commit comments

Comments
 (0)