Updating to V2

This commit is contained in:
Contention
2023-03-24 16:35:32 +00:00
committed by GitHub
parent a0a657cdc1
commit e79da04402

View File

@@ -10,4 +10,4 @@ chmod 600 "$SSH_PATH/deploy_key"
# Do deployment
sh -c "rsync $1 -e 'ssh -i $SSH_PATH/deploy_key -o StrictHostKeyChecking=no' $2 $GITHUB_WORKSPACE/ $3"
sh -c "rsync $FLAGS -e 'ssh -i $SSH_PATH/deploy_key -o StrictHostKeyChecking=no' $EXCLUDES $GITHUB_WORKSPACE/$LOCALPATH $USER@$HOST:$REMOTEPATH"